summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
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;