hosts/dunamis/configuration.nix: sshServe.write = true;
modules/home/desktop/niri/default.nix: animation slowdown to 0.8 Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -27,6 +27,7 @@
|
||||
settings.experimental-features = ["nix-command" "flakes"];
|
||||
daemonCPUSchedPolicy = "idle";
|
||||
sshServe.enable = true;
|
||||
sshServe.write = true;
|
||||
sshServe.keys = map (f: builtins.readFile f) config.users.users.user.openssh.authorizedKeys.keyFiles;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user