Update warsaw
This commit is contained in:
parent
4f7c76a219
commit
dc04e660d7
2 changed files with 2 additions and 1 deletions
|
@ -25,11 +25,13 @@
|
|||
# osaka-linode-01 cron job to copy certs for the DERP relay
|
||||
# milan-linode-01 cron job to copy certs for the DERP relay
|
||||
# frankfurt-linode-01 cron job to copy certs for the DERP relay
|
||||
# warsaw-ovh-01 - copy /Storage
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKp2wgqFcr0LGaUXbom88/zK2631pysePUWIaCMljT0K root@backups-rpi4''
|
||||
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKkNFdEcYIrjss1Nz0tU/AX89hUMmxB/Vabvsa7A6E2K root@osaka-linode-01''
|
||||
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIORCrD/ZWXbAfi5eIN8b9dwuvMuPPTgpMiIFh1WagXV2 root@milan-linode-01''
|
||||
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBGXiWUR2T5HXQ4g/En+eJ9K6GSokl3tEK7RZcYb+0UA root@frankfurt-linode-01''
|
||||
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIcGPkzFaSGd1q/oy/uP5zEoOuPNr1h17ifu7oj4DaYO root@warsaw-ovh-01''
|
||||
];
|
||||
services.openssh.settings.PermitRootLogin = lib.mkForce "prohibit-password";
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{ inputs, config, lib, pkgs, hostname, modulesPath, system, ... }: {
|
||||
imports = [
|
||||
inputs.nixos-hardware.nixosModules.framework-13th-gen-intel
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
../../common/modules/boot.nix
|
||||
../../common/modules/builder.nix
|
||||
|
|
Loading…
Reference in a new issue