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
|
./common
|
||||||
# ./fake_flake.nix
|
# ./fake_flake.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
./hardening
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
|
|
|
@ -135,6 +135,7 @@
|
||||||
|
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
./hm
|
./hm
|
||||||
|
./hardening
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
grimmauld-nixos-server = customNixosSystem "x86_64-linux" {
|
grimmauld-nixos-server = customNixosSystem "x86_64-linux" {
|
||||||
|
|
Loading…
Reference in a new issue