diff options
| author | Karel Kočí <cynerd@email.cz> | 2026-03-31 17:46:42 +0200 |
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2026-03-31 17:46:42 +0200 |
| commit | d5ec7b775888827089a668aea58244b2ad4a1e70 (patch) | |
| tree | f83260efda4b3c478855484d1451a8858bc23b9c /nixos/modules/hosts.nix | |
| parent | 5f8f3edbf69f4735f302fc5a749dba2928ce6582 (diff) | |
| download | nixos-personal-d5ec7b775888827089a668aea58244b2ad4a1e70.tar.gz nixos-personal-d5ec7b775888827089a668aea58244b2ad4a1e70.tar.bz2 nixos-personal-d5ec7b775888827089a668aea58244b2ad4a1e70.zip | |
Diffstat (limited to 'nixos/modules/hosts.nix')
| -rw-r--r-- | nixos/modules/hosts.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/hosts.nix b/nixos/modules/hosts.nix index b14ac62..6d901e0 100644 --- a/nixos/modules/hosts.nix +++ b/nixos/modules/hosts.nix @@ -36,7 +36,9 @@ in { "camera2" = "10.8.0.22"; # Local "ridcully" = "10.8.0.59"; + "dribbler" = "10.8.0.60"; "tc" = "10.8.0.99"; + "vb" = "10.8.0.98"; "printer" = "10.8.0.90"; # Portable "binky" = "10.8.0.63"; |
