add wohnzimmer config
This commit is contained in:
parent
52d1afb99e
commit
aa39640f0a
3 changed files with 200 additions and 0 deletions
|
|
@ -47,6 +47,12 @@
|
|||
];
|
||||
specialArgs = { inherit inputs; };
|
||||
};
|
||||
wohnzimmer = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./wohnzimmer/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue