summaryrefslogtreecommitdiff
path: root/hosts/glados/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-26 06:08:41 -0500
committerseth <[email protected]>2023-01-26 06:08:41 -0500
commit08895833e51bdfd760f2b4915a3997c13fe65b13 (patch)
tree76e0ec29dea51c9a0aa0502cf8e87eadc71dd3ec /hosts/glados/default.nix
parent43bf016d0fb5b3b2db796fdc37abf243f1223df1 (diff)
more refactoring
Diffstat (limited to 'hosts/glados/default.nix')
-rw-r--r--hosts/glados/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix
index 39687a2..d6eba70 100644
--- a/hosts/glados/default.nix
+++ b/hosts/glados/default.nix
@@ -1,5 +1,4 @@
{
- config,
modulesPath,
pkgs,
...
@@ -12,11 +11,10 @@
./boot.nix
./network.nix
./packages.nix
+ ./services.nix
../../users/seth
];
- system.gui-stuff = true;
-
# enable non-free packages
nixpkgs.config.allowUnfree = true;
@@ -25,4 +23,5 @@
nix.settings.experimental-features = ["nix-command" "flakes"];
system.stateVersion = "23.05";
+ sys.gui.enable = true;
}