Added newton, had to go around strange bug

This commit is contained in:
Julien Malka 2023-01-19 19:50:26 +01:00
parent 147afb0403
commit 2ef286ebe3
Signed by: Luj
GPG key ID: 6FC74C847011FD83
2 changed files with 12 additions and 6 deletions

View file

@ -110,6 +110,7 @@
hydraJobs.tower = self.nixosConfigurations.tower.config.system.build.toplevel; hydraJobs.tower = self.nixosConfigurations.tower.config.system.build.toplevel;
hydraJobs.lisa = self.nixosConfigurations.lisa.config.system.build.toplevel; hydraJobs.lisa = self.nixosConfigurations.lisa.config.system.build.toplevel;
hydraJobs.newton = self.nixosConfigurations.newton.config.system.build.toplevel;
packages."x86_64-linux" = { packages."x86_64-linux" = {
tinystatus = import ./packages/tinystatus { inherit pkgs; }; tinystatus = import ./packages/tinystatus { inherit pkgs; };

View file

@ -18,12 +18,17 @@
enable = true; enable = true;
port = 2222; port = 2222;
hostKeys = [ /boot-1/initrd-ssh-key /boot-2/initrd-ssh-key ]; hostKeys = [ /boot-1/initrd-ssh-key /boot-2/initrd-ssh-key ];
authorizedKeys = lib.splitString "\n" authorizedKeys = [
(builtins.readFile (pkgs.fetchurl { "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM9Uzb7szWlux7HuxLZej9cBR5MhLz/vaAPPfSoozt2k"
url = "https://github.com/JulienMalka.keys"; "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDCKfPoMNrnyNWH6J1OvQ+n1rvSS9Sc2iZf6E1JQC+L4"
sha256 = "sha256-xa8TyZb28M4cwdTDAwqN608xdXZBf8PtvNFk1JxE2lQ="; "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIESMWr29i3rhj32oLV3DKe57YI+jvNaKjZhhpq6dEjsn"
})); "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJOCKgHRHAJDSgKqYNfWboL04mnEOM0m0K3TGxBhBNDR"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOpGHx430EpJmbtJc8+lF1CpQ1gXeHT9OeZ08O8yzohF"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEaCGndojnmS5IoqHVMEPRfKuBZotMyqo7wNkAZJWigp"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINqqbb91oMRg0L5kcljMhuKi4l2TjE/JKJQwcFVahDJH"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILxfFq8wx5Bet5Q0gI28/lc9ryYYFQelpZdPPdzxGBbA"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGa+7n7kNzb86pTqaMn554KiPrkHRGeTJ0asY1NjSbpr"
];
}; };
postCommands = '' postCommands = ''
zpool import zroot zpool import zroot