remove eternal-terminal
This commit is contained in:
parent
5d160018ba
commit
6b472b8b02
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.eternal-terminal.enable = true;
|
||||
programs.mosh.enable = true;
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
@ -8,7 +7,7 @@
|
|||
settings.PasswordAuthentication = false;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 22 2020 ];
|
||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJl9iYG5oHBq/poBn7Jf1/FGWWbAnbx+NKjs7qtT3uAK 0xa@toaster 2024-12-31"
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue