activation plus fine des paquets non libres
This commit is contained in:
parent
b51cde0014
commit
c3e051501b
2 changed files with 3 additions and 1 deletions
|
@ -32,6 +32,9 @@ in
|
|||
"nixos-config=/etc/nixos/configuration.nix"
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = false;
|
||||
nixpkgs.config.allowUnfreePredicate = (pkg: builtins.elem (builtins.parseDrvName pkg.name).name [ "factorio-headless" "perl5.28.1-slimserver" ]);
|
||||
|
||||
services.zfs = {
|
||||
autoSnapshot.enable = true;
|
||||
autoScrub.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue