diff options
Diffstat (limited to '')
| -rw-r--r-- | machines/x/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index b67337e..cf561ea 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -78,10 +78,13 @@ in { pkgs.brlaser ]; + programs.nix-ld.enable = true; + networking.extraHosts = '' 178.156.200.181 owo 5.161.107.13 oxo 192.168.122.100 android 192.168.122.101 dev + 192.168.122.99 resch ''; } |
