nix-config/modules/essentials/nix.nix
2025-05-18 09:05:45 +02:00

10 lines
151 B
Nix

{
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
nix.settings.sandbox = true;
}