allow unfree

This commit is contained in:
Dennis Schoepf 2026-01-28 20:19:44 +01:00
parent 408b8945dd
commit 502cbcd613

View file

@ -35,7 +35,6 @@
};
})
];
nixpkgs.config.allowUnfree = true;
# General settings
networking.hostName = "dnsc-machine";
@ -76,5 +75,7 @@
services.openssh.enable = true;
services.udisks2.enable = true;
nixpkgs.config.allowUnfree = true;
system.stateVersion = "25.05";
}