configurations for my servers and desktops
nix nixos flake dots dotfiles

feat: networkd

+2
+2
hosts/bluepill/default.nix
··· 15 15 ]; 16 16 17 17 networking.hostName = "bluepill"; 18 + networking.useNetworkd = true; 19 + networking.useResolved = true; 18 20 19 21 environment.systemPackages = with pkgs; [ 20 22 age