This commit is contained in:
iFargle 2023-09-30 14:14:51 +09:00
parent 9b3c0bc2ed
commit 3daf85ec5c

View file

@ -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";