fmt
This commit is contained in:
parent
b9b85657db
commit
8ee461d1de
9 changed files with 21 additions and 28 deletions
|
@ -77,8 +77,11 @@
|
|||
};
|
||||
monolith = lib.nixosSystem {
|
||||
inherit system specialArgs;
|
||||
modules = [ ./hosts/monolith.nix ./system/gitlab-runner.nix ./system/btusb-kernel-patches.nix ]
|
||||
++ common_modules;
|
||||
modules = [
|
||||
./hosts/monolith.nix
|
||||
./system/gitlab-runner.nix
|
||||
./system/btusb-kernel-patches.nix
|
||||
] ++ common_modules;
|
||||
};
|
||||
rainbow = lib.nixosSystem {
|
||||
inherit system specialArgs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue