diff --git a/flake.lock b/flake.lock index 15543d1..73994f1 100644 --- a/flake.lock +++ b/flake.lock @@ -2,8 +2,8 @@ "nodes": { "currentSystem": { "locked": { - "lastModified": 1717721450, - "narHash": "sha256-V2OISNdFOCaFrUjA6fLVe3HsZC9nn7vMjGfhKSHTRIk=", + "lastModified": 1718580560, + "narHash": "sha256-M69Hx8goDX65ZC/F7ENITsGr3XYBCSsa4B+vDOnOGXs=", "path": "/etc/nixos/hostname", "type": "path" }, diff --git a/flake.nix b/flake.nix index 325ff3e..23c123c 100644 --- a/flake.nix +++ b/flake.nix @@ -153,11 +153,6 @@ openssh.enable = true; - gui = { - enable = false; - sway.enable = false; - }; - networking = { firewall = { allowedTCPPorts = [ 80 443 25565 24454 8089 ]; diff --git a/modules/home/gtk.nix b/modules/home/gtk.nix index 098f8a2..be27ff6 100644 --- a/modules/home/gtk.nix +++ b/modules/home/gtk.nix @@ -6,7 +6,7 @@ }: with lib; let - gui = systemConfig.gui; + gui = config.simmer.gui; in { config = {