wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-12-16 23:36:13 +01:00
parent f2ab72c92d
commit bc4d0c2aed
2 changed files with 10 additions and 8 deletions

View file

@ -60,14 +60,6 @@
specialArgs = { inherit inputs outputs; };
modules = [
./hosts/dnsc-machine
{
nixpkgs.overlays = [
inputs.zellij-switch.overlays.default
(final: prev: {
networkmanager = inputs.nixpkgs-backport-fix.legacyPackages.x86_64-linux.networkmanager;
})
];
}
];
};