Add skycam host
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m37s

This commit is contained in:
2024-08-03 20:11:11 +01:00
parent c589766673
commit f42442dd0e
5 changed files with 129 additions and 2 deletions

View File

@ -104,6 +104,7 @@
mail = mkNixosSystem { system = "x86_64-linux"; name = "mail"; };
odyssey = mkNixosSystem { system = "x86_64-linux"; name = "odyssey"; };
pi = mkNixosSystem { system = "aarch64-linux"; name = "pi"; extraModules = [ nixos-hardware.nixosModules.raspberry-pi-4 ]; };
skycam = mkNixosSystem { system = "aarch64-linux"; name = "skycam"; extraModules = [ nixos-hardware.nixosModules.raspberry-pi-4 ]; };
vps1 = mkNixosSystem { system = "x86_64-linux"; name = "vps1"; };
};