inheritance conflict

This commit is contained in:
Joseph Hanson 2024-09-08 11:55:08 -05:00
parent e7fcffc7a6
commit e7a335e684
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { pkgs, lib, ... }:
{ {
imports = [ imports = [
../cachix.nix ../cachix.nix
@ -49,7 +49,7 @@
firewall.allowedTCPPorts = [ 45315 ]; firewall.allowedTCPPorts = [ 45315 ];
networkmanager.enable = true; networkmanager.enable = true;
useDHCP = true; useDHCP = lib.mkDefault true;
}; };
system.stateVersion = "24.05"; system.stateVersion = "24.05";