diff options
Diffstat (limited to 'hosts/glados-wsl/default.nix')
| -rw-r--r-- | hosts/glados-wsl/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/glados-wsl/default.nix b/hosts/glados-wsl/default.nix index 4ba8485..25aaf5e 100644 --- a/hosts/glados-wsl/default.nix +++ b/hosts/glados-wsl/default.nix @@ -5,7 +5,6 @@ }: { imports = [ (modulesPath + "/profiles/minimal.nix") - ../../users/seth ]; environment.systemPackages = with pkgs; [ @@ -31,6 +30,8 @@ nixos.networking.enable = false; + networking.hostName = "glados-wsl"; + security = { apparmor.enable = false; audit.enable = false; |
