diff options
| author | seth <[email protected]> | 2023-05-08 00:21:41 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-08 00:21:41 -0400 |
| commit | 9cedd06b8589a5d39a7a85e2efe646a8edebac53 (patch) | |
| tree | 8884a1238b0586396bc403098e23e78505ab514e /hosts/glados | |
| parent | 589c80eb1bcaf76b4a1a7e6f9cdd725fdb04e063 (diff) | |
modules: merge base and nixos
Diffstat (limited to 'hosts/glados')
| -rw-r--r-- | hosts/glados/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix index b9f6ff9..4aef9e7 100644 --- a/hosts/glados/default.nix +++ b/hosts/glados/default.nix @@ -5,12 +5,12 @@ _: { ]; getchoo = { + base.virtualisation.enable = true; desktop.gnome.enable = true; hardware = { enable = true; nvidia.enable = true; }; - nixos.virtualisation.enable = true; }; home-manager.users.seth = { |
