1
0
Fork 0
nix-configuration/modules/services/default.nix
2024-05-01 21:10:26 -04:00

11 lines
138 B
Nix

{ ... }: {
imports = [
./apcupsd.nix
./btrfs.nix
./duplicacy-web.nix
./k3s.nix
./msmtp.nix
./smartd.nix
./systemd.nix
];
}