diff options
Diffstat (limited to 'hosts/glados/default.nix')
| -rw-r--r-- | hosts/glados/default.nix | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix index a15ff96..5d22a7f 100644 --- a/hosts/glados/default.nix +++ b/hosts/glados/default.nix @@ -6,16 +6,14 @@ _: { ../../modules/nixos/features/virtualisation.nix ]; - getchoo = { - desktop.gnome.enable = true; - features = { - tailscale.enable = true; - virtualisation.enable = true; - }; - hardware = { - enable = true; - nvidia.enable = true; - }; + desktop.gnome.enable = true; + features = { + tailscale.enable = true; + virtualisation.enable = true; + }; + hardware = { + enable = true; + nvidia.enable = true; }; environment.etc."environment".text = '' |
