nixos/home/fileserver.nix

17 lines
197 B
Nix
Raw Normal View History

2024-05-13 22:17:40 +01:00
{
pkgs,
config,
lib,
...
}: {
imports = [
./common/core
./common/optional/sops.nix
# Import optional
./common/optional/git.nix
# Import users
./users/admin
];