remove lix from servers as they can oom
This commit is contained in:
parent
39eaf1834f
commit
4b3b05e617
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@
|
||||||
pkgs.lib.nixosSystem {
|
pkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
lix-module.nixosModules.default
|
|
||||||
(./. + "/nixos/boxes/${hostname}")
|
(./. + "/nixos/boxes/${hostname}")
|
||||||
(import ./nixos/server-common.nix)
|
(import ./nixos/server-common.nix)
|
||||||
sops.nixosModules.sops
|
sops.nixosModules.sops
|
||||||
|
|
Loading…
Reference in a new issue