Remove unrequired rec decleration

This commit is contained in:
Fern Garden 2025-07-12 11:35:23 +08:00
parent e4f3c24299
commit b68bad886b

View file

@ -46,7 +46,7 @@ with inputs.nixpkgs.lib; {
}; };
in in
{ {
nixosConfigurations.${hostname} = nixosSystem rec { nixosConfigurations.${hostname} = nixosSystem {
inherit system pkgs; inherit system pkgs;
specialArgs = { specialArgs = {