bit of restructuring
This commit is contained in:
parent
85b74cf534
commit
484294455c
1 changed files with 7 additions and 8 deletions
|
@ -17,15 +17,14 @@
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
nixosConfigurations = {
|
nixosConfigurations.nixdesktop = nixpkgs.lib.nixosSystem {
|
||||||
nixdesktop = nixpkgs.lib.nixosSystem {
|
|
||||||
specialArgs = { inherit system; };
|
specialArgs = { inherit system; };
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
./desktop-config.nix
|
./desktop-config.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
nixsurface = nixpkgs.lib.nixosSystem {
|
nixConfigurations.nixsurface = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = { inherit system; };
|
specialArgs = { inherit system; };
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue