Manually manage Marauder boot and filesystem options
This commit is contained in:
parent
300c82fb87
commit
116c382db5
6 changed files with 112 additions and 155 deletions
|
|
@ -10,12 +10,12 @@
|
|||
nixosConfigurations = {
|
||||
marauder = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./marauder/configuration.nix ];
|
||||
modules = [ ./marauder ];
|
||||
specialArgs = { inherit inputs; };
|
||||
};
|
||||
monolith = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./monolith/configuration.nix ];
|
||||
modules = [ ./monolith ];
|
||||
specialArgs = { inherit inputs; };
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue