mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-31 17:20:53 +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" = {
|
||||
tinystatus = import ./packages/tinystatus { inherit pkgs; };
|
||||
|
|
|
@ -28,12 +28,6 @@
|
|||
enable = true;
|
||||
port = 2222;
|
||||
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 = ''
|
||||
zpool import zroot
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
authorizedKeys = lib.splitString "\n"
|
||||
(builtins.readFile (pkgs.fetchurl {
|
||||
url = "https://github.com/JulienMalka.keys";
|
||||
sha256 = "sha256-Dl/KYUQ8OJeBlG3iqQZxVIadN/Y14cEJZufWI3iRcq8=";
|
||||
sha256 = "sha256-xa8TyZb28M4cwdTDAwqN608xdXZBf8PtvNFk1JxE2lQ=";
|
||||
}));
|
||||
|
||||
};
|
||||
|
|
|
@ -49,7 +49,8 @@
|
|||
services.tailscale.enable = true;
|
||||
|
||||
nix.extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
allow-import-from-derivation = true
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
||||
services.openssh.extraConfig = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue