From 27ee582379442277853fe6935c80007da1f1cc50 Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 27 Dec 2025 15:43:05 +0100 Subject: some reformatting --- hosts/desktop/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'hosts/desktop/configuration.nix') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 356cfb2..37ed03a 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -19,7 +19,7 @@ bootloader = "systemd-boot"; drivers = { enable = true; - amd.enable = true; + amdgpu.enable = true; stability = "unstable"; }; fonts.enable = true; @@ -29,7 +29,6 @@ users.${username}.path = ./home.nix; }; locale.enable = true; - network.enable = true; memory = { zram = { enable = true; @@ -40,7 +39,9 @@ size = 32; }; }; + network.enable = true; security.enable = true; + ssh.enable = true; storage = { enable = true; keepDays = 30; @@ -48,6 +49,7 @@ users.enable = true; }; srv = { + autoclicker.enable = true; files = { thunar.enable = true; utils.enable = true; -- cgit v1.3