nixos-servers/system/default.nix
Torjus Håkestad 44d4dc6cdf
Some checks failed
Run nix flake check / flake-check (push) Failing after 11m1s
Remove weekly-rebuild
2025-02-06 20:00:22 +01:00

14 lines
172 B
Nix

{ ... }:
{
imports = [
./autoupgrade.nix
./monitoring
./packages.nix
./nix.nix
./root-user.nix
./root-ca.nix
./sops.nix
./sshd.nix
];
}