use lix on all hosts
This commit is contained in:
parent
6a70afdd82
commit
b1fa114766
1 changed files with 3 additions and 0 deletions
|
@ -72,13 +72,16 @@
|
|||
muhhStar = lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
lix-module.nixosModules.default
|
||||
sops-nix.nixosModules.sops
|
||||
niri.nixosModules.niri
|
||||
./hosts/muhhStar.nix
|
||||
];
|
||||
};
|
||||
ze = lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
lix-module.nixosModules.default
|
||||
sops-nix.nixosModules.sops
|
||||
./hosts/ze.nix
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue