dont harden by default
This commit is contained in:
parent
a69684e126
commit
b0676e617a
2 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
|||
./common
|
||||
# ./fake_flake.nix
|
||||
./users.nix
|
||||
./hardening
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
|
|
@ -135,6 +135,7 @@
|
|||
|
||||
home-manager.nixosModules.home-manager
|
||||
./hm
|
||||
./hardening
|
||||
];
|
||||
};
|
||||
grimmauld-nixos-server = customNixosSystem "x86_64-linux" {
|
||||
|
|
Loading…
Reference in a new issue