spec: allow unfree software
This commit is contained in:
parent
c1e663cb14
commit
06587cfede
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue