Remove environment.noXlibs

This commit is contained in:
Erwin Boskma 2022-12-17 16:03:15 +01:00
parent 0624124133
commit 458752117b
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU
4 changed files with 0 additions and 8 deletions

View file

@ -39,8 +39,6 @@
nameservers = [ "10.0.0.254" ]; nameservers = [ "10.0.0.254" ];
}; };
environment.noXlibs = true;
services.openssh.enable = true; services.openssh.enable = true;
sops.defaultSopsFile = ./secrets.yaml; sops.defaultSopsFile = ./secrets.yaml;

View file

@ -40,8 +40,6 @@
nameservers = [ "10.0.0.254" ]; nameservers = [ "10.0.0.254" ];
}; };
environment.noXlibs = true;
security.sudo.execWheelOnly = true; security.sudo.execWheelOnly = true;
security.pam.enableSSHAgentAuth = true; security.pam.enableSSHAgentAuth = true;

View file

@ -97,8 +97,6 @@ in
system.configurationRevision = self.inputs.nixpkgs.lib.mkIf (self ? rev) self.rev; system.configurationRevision = self.inputs.nixpkgs.lib.mkIf (self ? rev) self.rev;
environment.noXlibs = true;
services.openssh.enable = true; services.openssh.enable = true;
sops.defaultSopsFile = ./secrets.yaml; sops.defaultSopsFile = ./secrets.yaml;

View file

@ -39,8 +39,6 @@
nameservers = [ "10.0.0.254" ]; nameservers = [ "10.0.0.254" ];
}; };
environment.noXlibs = true;
services.openssh.enable = true; services.openssh.enable = true;
sops.defaultSopsFile = ./secrets.yaml; sops.defaultSopsFile = ./secrets.yaml;