summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-02-08 18:03:39 +0100
committeradikro <adikro@disroot.org>2026-02-08 18:03:39 +0100
commit2c8a4dd99efd61298bc18393e7fcbf6063db8671 (patch)
tree1efd5ac8f5bcf7b1611cec1beaa545e6a2c14160 /hosts/desktop/configuration.nix
parenteb95abfc230dc239122f1e89e90cd9a998491a2f (diff)
...
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
];