minor refactoring for workstation. needs work on laptop probably
This commit is contained in:
parent
2483443d57
commit
047b071656
6 changed files with 191 additions and 2 deletions
|
@ -32,11 +32,18 @@
|
|||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
cube = lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
./hosts/cube.nix
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
};
|
||||
muhhStar = lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
./configuration.nix
|
||||
./hosts/muhhStar.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue