simplify
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
./disk-config.nix
|
||||
./hardware-configuration.nix
|
||||
./openssh.nix
|
||||
./pgbackrest.nix
|
||||
./secrets.nix
|
||||
../../modules/pgbackrest.nix
|
||||
../../profiles/core.nix
|
||||
../../profiles/openssh.nix
|
||||
../../profiles/fail2ban.nix
|
||||
../../profiles/nixos.nix
|
||||
../../profiles/postgresql.nix
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{...}: {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PermitRootLogin = "yes";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user