summaryrefslogtreecommitdiff
path: root/hosts/glados/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-02-18 05:13:27 -0500
committerseth <[email protected]>2023-02-18 05:13:27 -0500
commit1d7b04a71c7222153ffa9cd48f73b51ea72204d1 (patch)
tree3d794209be0e2311dc76337c09c2cb39c52f6afb /hosts/glados/default.nix
parent8a8059d9889afcbcd8a133b0b186e3a97ce7ac23 (diff)
major refactor
- `mkHost` now accepts an optional `specialArgs` argument to be passed to `nixosSystem()` - the `modules` argument for `mkHMUser` is now optional
Diffstat (limited to 'hosts/glados/default.nix')
-rw-r--r--hosts/glados/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix
index 3e42bf9..7e5c5be 100644
--- a/hosts/glados/default.nix
+++ b/hosts/glados/default.nix
@@ -6,9 +6,4 @@ _: {
./network.nix
./services.nix
];
-
- sys = {
- gui.enable = true;
- desktop = "gnome";
- };
}