diff options
| author | seth <[email protected]> | 2023-08-17 13:46:41 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-17 13:55:47 -0400 |
| commit | 6ca79241fe6a45ca4468e4c54c778df116c0b14f (patch) | |
| tree | ca6bbd7eaec86125c0e59a2553922ea4ef4a2b9b /hosts | |
| parent | 76127171e4ed7abcb2a14039f358e117aac20181 (diff) | |
users/seth: make everything a module
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/glados/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix index 5d22a7f..54634b2 100644 --- a/hosts/glados/default.nix +++ b/hosts/glados/default.nix @@ -7,10 +7,12 @@ _: { ]; desktop.gnome.enable = true; + features = { tailscale.enable = true; virtualisation.enable = true; }; + hardware = { enable = true; nvidia.enable = true; |
