add pixie host
This commit is contained in:
parent
8fb83fb5ca
commit
8886d75b58
2 changed files with 50 additions and 0 deletions
|
@ -64,6 +64,12 @@
|
|||
inherit system;
|
||||
modules = [ ./hosts/monolith.nix ] ++ common_modules;
|
||||
};
|
||||
pixie = lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [ ./hosts/pixie.nix ] ++ common_modules ++ (_: {
|
||||
packages.media-packages.enable = false;
|
||||
});
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue