test
This commit is contained in:
parent
9b3c0bc2ed
commit
3daf85ec5c
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{ config, lib, pkgs, modulesPath, desktop, username, ... }: {
|
||||
nixpkgs.config.allowUnfree = false;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
|
Loading…
Reference in a new issue