inheritance conflict
This commit is contained in:
parent
e7fcffc7a6
commit
e7a335e684
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
../cachix.nix
|
||||
|
@ -49,7 +49,7 @@
|
|||
firewall.allowedTCPPorts = [ 45315 ];
|
||||
|
||||
networkmanager.enable = true;
|
||||
useDHCP = true;
|
||||
useDHCP = lib.mkDefault true;
|
||||
};
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
|
|
Loading…
Reference in a new issue