wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-12-16 23:26:26 +01:00
parent 604e582c01
commit a53696211b
2 changed files with 3 additions and 7 deletions

View file

@ -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
];