This commit is contained in:
Spectre 2024-06-06 23:47:35 +02:00
parent 8def5aa051
commit 7b13db6e3d

View file

@ -33,6 +33,7 @@
inherit inputs; inherit inputs;
hostname = host; hostname = host;
system = "x86_64-linux"; system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages."x86_64-linux";
}; };
in { in {
nixosConfigurations = builtins.listToAttrs ( nixosConfigurations = builtins.listToAttrs (