for later
This commit is contained in:
parent
040d33faf5
commit
deeefe8d87
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,12 @@
|
||||||
./hosts/sakotop/configuration.nix
|
./hosts/sakotop/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
sakopc = nixpkgs.lib.nixosSystem {
|
||||||
|
specialArgs = { inherit inputs outputs; };
|
||||||
|
modules = [
|
||||||
|
./hosts/sakopc/configuration.nix
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#nixosConfigurations = {
|
#nixosConfigurations = {
|
||||||
|
|
Loading…
Reference in a new issue