nix-stuff/roles/school/services/default.nix

6 lines
75 B
Nix

{...}: {
imports = [
./networkmanager.nix
./syncthing.nix
];
}