Added 2nd job

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

View file

@ -107,7 +107,9 @@
}; };
}; };
hydraJobs.test = 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;
packages."x86_64-linux" = { packages."x86_64-linux" = {
tinystatus = import ./packages/tinystatus { inherit pkgs; }; tinystatus = import ./packages/tinystatus { inherit pkgs; };

View file

@ -28,12 +28,6 @@
enable = true; enable = true;
port = 2222; port = 2222;
hostKeys = [ /boot/initrd-ssh-key ]; hostKeys = [ /boot/initrd-ssh-key ];
authorizedKeys = lib.splitString "\n"
(builtins.readFile (pkgs.fetchurl {
url = "https://github.com/JulienMalka.keys";
sha256 = "sha256-Dl/KYUQ8OJeBlG3iqQZxVIadN/Y14cEJZufWI3iRcq8=";
}));
}; };
postCommands = '' postCommands = ''
zpool import zroot zpool import zroot

View file

@ -21,7 +21,7 @@
authorizedKeys = lib.splitString "\n" authorizedKeys = lib.splitString "\n"
(builtins.readFile (pkgs.fetchurl { (builtins.readFile (pkgs.fetchurl {
url = "https://github.com/JulienMalka.keys"; url = "https://github.com/JulienMalka.keys";
sha256 = "sha256-Dl/KYUQ8OJeBlG3iqQZxVIadN/Y14cEJZufWI3iRcq8="; sha256 = "sha256-xa8TyZb28M4cwdTDAwqN608xdXZBf8PtvNFk1JxE2lQ=";
})); }));
}; };

View file

@ -49,7 +49,8 @@
services.tailscale.enable = true; services.tailscale.enable = true;
nix.extraOptions = '' nix.extraOptions = ''
experimental-features = nix-command flakes allow-import-from-derivation = true
experimental-features = nix-command flakes
''; '';
services.openssh.extraConfig = '' services.openssh.extraConfig = ''