Allow unfree packages on Archie
This commit is contained in:
parent
b8a4d2c96f
commit
e381f1fc2c
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@
|
|||
networking.hostName = "Archie"; # Define your hostname.
|
||||
networking.networkmanager.enable = true; # Enable networking
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Madrid";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue