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.nix18
1 files changed, 6 insertions, 12 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index 9ea9552..f825848 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -3,7 +3,8 @@
inputs,
username,
...
-}: {
+}:
+{
system.stateVersion = "25.05";
imports = [
@@ -56,6 +57,8 @@
users.enable = true;
};
srv = {
+ sops.enable = true;
+ syncthing.enable = true;
files = {
thunar.enable = true;
krusader.enable = true;
@@ -81,18 +84,9 @@
};
};
- services.zerotierone.enable = true;
-
- xdg.terminal-exec = {
- enable = true;
- settings = {
- default = ["foot.desktop"];
- };
- };
-
boot = {
- kernelParams = ["video=DP-1:2560x1440@240"];
- kernelModules = ["nct6687"];
+ kernelParams = [ "video=DP-1:2560x1440@240" ];
+ kernelModules = [ "nct6687" ];
extraModulePackages = [
config.boot.kernelPackages.nct6687d
];