Shell optimizations
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
enable = true;
|
||||
ports = [ 22 ];
|
||||
settings = {
|
||||
PasswordAuthentication = true;
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
PermitRootLogin = "no";
|
||||
AllowUsers = [ "sonja" ];
|
||||
@@ -132,8 +132,9 @@
|
||||
gnupg
|
||||
pcsc-tools
|
||||
pinentry-curses
|
||||
ranger
|
||||
];
|
||||
|
||||
programs.noisetorch.enable = true;
|
||||
# Note: system.autoUpgrade with a channel URL does not apply to flake-managed
|
||||
# systems. Use `nixos-rebuild switch --flake .#coven` to upgrade instead.
|
||||
system.stateVersion = "25.11";
|
||||
|
||||
Reference in New Issue
Block a user