Files
old-nixos-dotfiles/system/services/default.nix

13 lines
136 B
Nix

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