nixos/home/fileserver.nix

15 lines
173 B
Nix
Raw Permalink Normal View History

2024-06-15 18:37:00 +01:00
{ ...
2024-05-13 22:17:40 +01:00
}: {
imports = [
2024-05-17 10:54:53 +01:00
# Import users
./users/admin
2024-05-13 22:17:40 +01:00
./common/core
./common/optional/sops.nix
# Import optional
./common/optional/git.nix
];
2024-05-26 01:51:57 +01:00
}