diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-11-12 08:47:23 -0500 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-11-12 08:47:23 -0500 |
| commit | c62d55d53b4bfbf7bfd56238369ef6261a268aef (patch) | |
| tree | efdf36b60cdb67091b562781fb5e94ec76b4caf9 /machines/x | |
| parent | f8f14f9759f3bdb70c09d50c4431172366412cc8 (diff) | |
nix-ld: enable
Diffstat (limited to 'machines/x')
| -rw-r--r-- | machines/x/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index b67337e..7f1f17b 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -78,6 +78,8 @@ in { pkgs.brlaser ]; + programs.nix-ld.enable = true; + networking.extraHosts = '' 178.156.200.181 owo 5.161.107.13 oxo |
