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
|
||||
{
|
||||
nixosConfigurations = {
|
||||
nixdesktop = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit system; };
|
||||
nixosConfigurations.nixdesktop = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit system; };
|
||||
|
||||
modules = [
|
||||
./desktop-config.nix
|
||||
];
|
||||
};
|
||||
nixsurface = nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
./desktop-config.nix
|
||||
];
|
||||
};
|
||||
nixConfigurations.nixsurface = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit system; };
|
||||
|
||||
modules = [
|
||||
|
|
Loading…
Add table
Reference in a new issue