mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-05 11:38:07 +02:00
Added 2nd job
This commit is contained in:
parent
9f79ad05e0
commit
147afb0403
4 changed files with 6 additions and 9 deletions
|
@ -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; };
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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=";
|
||||||
}));
|
}));
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
@ -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 = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue