This commit is contained in:
iFargle 2023-09-30 14:15:08 +09:00
parent 3daf85ec5c
commit 5126978beb

View file

@ -1,5 +1,4 @@
{ config, lib, pkgs, modulesPath, desktop, username, ... }: {
nixpkgs.config.allowUnfree = false;
nixpkgs.config.allowUnfree = true;
networking.useDHCP = lib.mkDefault true;