diff --git a/modules/hosts/laptop/configuration.nix b/modules/hosts/laptop/configuration.nix index e39ce22..47a3556 100644 --- a/modules/hosts/laptop/configuration.nix +++ b/modules/hosts/laptop/configuration.nix @@ -91,6 +91,14 @@ services.openssh.openFirewall = false; + specialisation = { + ethdhcp = { + configuration = with self.nixosModules; lib.mkMerge [ + ethdhcp + ]; + }; + }; + fonts.packages = with pkgs; [ nerd-fonts.fira-code ];