nixos/home/fileserver.nix

18 lines
198 B
Nix
Raw Permalink Normal View History

2024-05-13 22:17:40 +01:00
{
pkgs,
config,
lib,
...
}: {
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
];