wip: dnsc-machine setup
This commit is contained in:
parent
604e582c01
commit
a53696211b
2 changed files with 3 additions and 7 deletions
|
|
@ -69,12 +69,6 @@
|
|||
nixosConfigurations.dnsc-machine = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
pkgs = import nixpkgs {
|
||||
system = "x86_64-linux";
|
||||
overlays = [
|
||||
self.overlays.default
|
||||
];
|
||||
};
|
||||
modules = [
|
||||
./hosts/dnsc-machine
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue