diff --git a/machines/MacBookPro12.1-configuration.nix b/machines/MacBookPro12.1-configuration.nix index e5ea4a4..a975522 100644 --- a/machines/MacBookPro12.1-configuration.nix +++ b/machines/MacBookPro12.1-configuration.nix @@ -25,7 +25,7 @@ networking.hostName = "luffy"; # Define your hostname. networking.extraHosts = '' - 127.0.0.1 yeswiki.test + 127.0.0.1 yeswiki.test hedgedoc.nixin.local 192.168.36.206 chmok.net fd72:51a6:d583:0:984a:cc56:cf75:dc6 chmok.net ''; diff --git a/modules/local-dev.nix b/modules/local-dev.nix index fb9fda9..6209e32 100644 --- a/modules/local-dev.nix +++ b/modules/local-dev.nix @@ -14,9 +14,9 @@ #}; #libvirtd.enable = true; #lxd.enable = true; - #waydroid.enable = true; + #waydroid.enable = true }; - + #programs.virt-manager.enable = true; systemd.services.yeswikidev = { enable = true; script = '' @@ -97,6 +97,7 @@ lua-language-server luarocks nixpkgs-fmt + nixos-generators nodejs nodePackages.eslint nodePackages.prettier