activation plus fine des paquets non libres
This commit is contained in:
parent
b51cde0014
commit
c3e051501b
@ -32,6 +32,9 @@ in
|
|||||||
"nixos-config=/etc/nixos/configuration.nix"
|
"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 = {
|
services.zfs = {
|
||||||
autoSnapshot.enable = true;
|
autoSnapshot.enable = true;
|
||||||
autoScrub.enable = true;
|
autoScrub.enable = true;
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
(import ../overlays/neovim.nix)
|
(import ../overlays/neovim.nix)
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Editeurs
|
# Editeurs
|
||||||
neovim
|
neovim
|
||||||
|
Loading…
Reference in New Issue
Block a user