Reconfigure and reinstall outpost
This commit is contained in:
parent
f2204b3489
commit
b704bad251
7 changed files with 163 additions and 90 deletions
|
@ -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; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue