diff options
| author | seth <[email protected]> | 2023-04-20 22:10:21 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-20 22:13:45 -0400 |
| commit | eb3f9e87435be5941278d819351bac0ece172051 (patch) | |
| tree | d32d347bcba4760dcf1b3b8d11e6accbde12f49c /hosts/glados-wsl/default.nix | |
| parent | 65e26c34990fa57e305093572ea3a9596bc45b38 (diff) | |
move to my external lib
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; |
