Reconfigure and reinstall outpost

This commit is contained in:
Lauren Lagarde 2025-08-22 21:47:07 -05:00
parent f2204b3489
commit b704bad251
7 changed files with 163 additions and 90 deletions

View file

@ -140,6 +140,12 @@
modules = [ ./systems/ll-nixos-live/configuration.nix ];
};
outpost = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
specialArgs = { inherit self inputs pkgs-unstable; };
modules = [ ./systems/outpost/configuration.nix ];
};
redoubt = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
specialArgs = { inherit self inputs pkgs-unstable; };