This commit is contained in:
41666 2025-01-02 13:35:27 -08:00
parent 768196e2bb
commit 2936f9b197
29 changed files with 496 additions and 82 deletions

View file

@ -33,6 +33,7 @@
# Pro gamer move
nixos-generators.url = "github:nix-community/nixos-generators";
nixos-hardware.url = "github:nixos/nixos-hardware/master";
flake-utils.url = "github:numtide/flake-utils";
# Iceshrimpy
@ -133,6 +134,14 @@
];
format = "proxmox-lxc";
};
rpi-streambox = inputs.nixos-generators.nixosGenerate {
inherit system pkgs;
modules = [
./nixos/hosts/streambox
];
format = "sd-aarch64";
};
}
);
@ -176,6 +185,7 @@
sapphic-engineer = mkNixos [ ./nixos/hosts/sapphic-engineer ]; # Akkoma, sapphic.engineer
seedbox = mkNixos [ ./nixos/hosts/seedbox ]; # fuck
static-sites = mkNixos [ ./nixos/hosts/static-sites ]; # nginx specifically for static sites
streambox = mkNixos [ ./nixos/hosts/streambox ]; # lil rpi
thonkpad = mkNixos [ ./nixos/hosts/thonkpad ]; # t480
ts3 = mkNixos [ ./nixos/hosts/ts3 ]; # Teamspeak-san
};