From d6a28baef6549996d5e6bd9c31f77ad508c9f6c9 Mon Sep 17 00:00:00 2001 From: tom barrett Date: Thu, 30 May 2024 16:02:56 +0200 Subject: hyperland --- configuration.nix | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index e5bd3b5..6def88f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,8 +1,4 @@ -{ - config, - pkgs, - ... -}: { +{pkgs, ...}: { imports = [./hardware-configuration.nix]; nix.settings = { experimental-features = ["nix-command" "flakes"]; @@ -39,14 +35,7 @@ }; }; fonts.packages = [pkgs.hermit]; - services = { - openssh.enable = true; - xserver = { - enable = true; - autorun = false; - displayManager.startx.enable = true; - }; - }; + services.openssh.enable = true; system.stateVersion = "23.11"; zramSwap.enable = true; } -- cgit v1.2.3