fix(spec): allow unfree software
This commit is contained in:
parent
635d7fd0f3
commit
69a7cfd999
|
@ -3,5 +3,6 @@
|
||||||
time.timeZone = "Asia/Hong_Kong";
|
time.timeZone = "Asia/Hong_Kong";
|
||||||
environment.etc.nixos.source = "/nix/persist/config";
|
environment.etc.nixos.source = "/nix/persist/config";
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue