summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-27 15:43:05 +0100
committeradikro <adikro@disroot.org>2025-12-27 15:43:05 +0100
commit27ee582379442277853fe6935c80007da1f1cc50 (patch)
treefc0332f03e32b4fb6ae065853474a3c4a8d8411e /hosts/desktop/configuration.nix
parent57bf6c7c1cbd8c51f358d8837704e567a487d547 (diff)
some reformatting
Diffstat (limited to 'hosts/desktop/configuration.nix')
-rw-r--r--hosts/desktop/configuration.nix6
1 files changed, 4 insertions, 2 deletions
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;