Compare commits
2
Commits
f91a7f409a
...
7c0ab9e7a4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c0ab9e7a4 | ||
|
|
d617fb0ac8 |
@@ -7,7 +7,6 @@
|
||||
openssl
|
||||
topgrade
|
||||
htop
|
||||
mosh
|
||||
btop
|
||||
python314
|
||||
wget2
|
||||
|
||||
@@ -5,8 +5,15 @@
|
||||
# startAgent = true;
|
||||
# agentPKCS11Whitelist = "${config.security.tpm2.pkcs11.package}/lib/*,/run/current-system/sw/lib/*";
|
||||
#};
|
||||
programs.mosh = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
withUtempter = true;
|
||||
};
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PasswordAuthentication = true;
|
||||
settings = {
|
||||
GatewayPorts = "yes";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user