fix
This commit is contained in:
parent
d09c21a1d8
commit
ac9b23d894
1 changed files with 1 additions and 2 deletions
|
@ -40,7 +40,6 @@
|
||||||
less
|
less
|
||||||
killall
|
killall
|
||||||
screen
|
screen
|
||||||
at
|
|
||||||
];
|
];
|
||||||
|
|
||||||
users.users.jaina = {
|
users.users.jaina = {
|
||||||
|
@ -67,6 +66,6 @@
|
||||||
services.openssh.settings.PasswordAuthentication = false;
|
services.openssh.settings.PasswordAuthentication = false;
|
||||||
services.openssh.ports = [ 9922 ];
|
services.openssh.ports = [ 9922 ];
|
||||||
networking.firewall.allowedTCPPorts = [ 9922 ];
|
networking.firewall.allowedTCPPorts = [ 9922 ];
|
||||||
services.cron.enable = true;
|
services.atd.enable = true;
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue