removed wrong braces
This commit is contained in:
parent
484294455c
commit
be5302cc25
1 changed files with 4 additions and 5 deletions
|
@ -25,12 +25,11 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
nixConfigurations.nixsurface = nixpkgs.lib.nixosSystem {
|
nixConfigurations.nixsurface = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = { inherit system; };
|
specialArgs = { inherit system; };
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
./surface-config.nix
|
./surface-config.nix
|
||||||
];
|
];
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue