wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-20 22:26:49 +01:00
parent e274b54342
commit 1c594f80d3
2 changed files with 9 additions and 2 deletions

View file

@ -28,7 +28,7 @@
inherit (self) outputs;
in
{
nixosConfigurations.dnsc-machine = nixpkgs.lib.nixosSystem {
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs outputs; };
modules = [