wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-20 22:39:39 +01:00
parent 2ffceba765
commit 8082510109
4 changed files with 7 additions and 2 deletions

View file

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