Files
old-nixos-dotfiles/system/services/default.nix
2025-03-07 17:04:41 +09:00

14 lines
149 B
Nix

{ ... }: {
imports = [
./cups
./docker
./flatpak
./libvirtd
./podman
./polkit
./ssh
./steam
./tailscale
];
}