another one

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-25 22:51:08 +02:00
parent 002e6a43c8
commit 6dc7762d90
7 changed files with 14 additions and 84 deletions

View File

@ -27,12 +27,7 @@
settings.experimental-features = ["nix-command" "flakes"];
daemonCPUSchedPolicy = "idle";
sshServe.enable = true;
sshServe.keys = let
s = inputs.mysecrets;
in [
(builtins.readFile
"${s}/ssh/id_ed25519_sarien_user.pub")
];
sshServe.keys = map (f: builtins.readFile f) config.users.users.user.openssh.authorizedKeys.keyFiles;
};
system.stateVersion = "25.05";
@ -101,7 +96,7 @@
podman.enable = false;
};
wireless.bluetooth.enableBlueman = false;
wireless.bluetooth.enableBlueman = true;
opentabletdriver.enable = false;
qmk-vial.enable = true;

View File

@ -65,7 +65,7 @@
"@nix" = {
mountpoint = "/nix";
mountOptions = [
"compress=zstd"
"compress-force=zstd"
"noatime"
];
};