diff --git a/flake.lock b/flake.lock index 814c3e2..998e766 100644 --- a/flake.lock +++ b/flake.lock @@ -41,11 +41,11 @@ }, "locked": { "dir": "pkgs/firefox-addons", - "lastModified": 1708805268, - "narHash": "sha256-TyB6HacqcoIoK8tf5mwk/K9bkexCxjJsVXBp4+cbATI=", + "lastModified": 1714338754, + "narHash": "sha256-tAc80Zc8TwE222DEBxKcYAZPxxsrUHU4zwnuErUOnyk=", "owner": "rycee", "repo": "nur-expressions", - "rev": "211c45ca8c36d7aebcff3e4b548142093fc85857", + "rev": "e8514896746fc667f2cf326c9c0c4c1e823d5e9f", "type": "gitlab" }, "original": { @@ -93,11 +93,11 @@ ] }, "locked": { - "lastModified": 1706981411, - "narHash": "sha256-cLbLPTL1CDmETVh4p0nQtvoF+FSEjsnJTFpTxhXywhQ=", + "lastModified": 1714043624, + "narHash": "sha256-Xn2r0Jv95TswvPlvamCC46wwNo8ALjRCMBJbGykdhcM=", "owner": "nix-community", "repo": "home-manager", - "rev": "652fda4ca6dafeb090943422c34ae9145787af37", + "rev": "86853e31dc1b62c6eeed11c667e8cdd0285d4411", "type": "github" }, "original": { @@ -114,11 +114,11 @@ ] }, "locked": { - "lastModified": 1702195668, - "narHash": "sha256-Lxmjez0nfNBptdqV5GsXKm7Bb7swjGsrxiLxWJu0tL8=", + "lastModified": 1713166947, + "narHash": "sha256-Vk+eyK7EcvoXf6IxEuaKVmme2ui6W/mketcrZxfFmGg=", "owner": "nix-community", "repo": "home-manager", - "rev": "33110fb3c7fe6a94b98b641866a5eddb64b7c23f", + "rev": "6779167a739240778d34024b89ecf6404fb28f9e", "type": "github" }, "original": { @@ -199,11 +199,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1708702655, - "narHash": "sha256-qxT5jSLhelfLhQ07+AUxSTm1VnVH+hQxDkQSZ/m/Smo=", + "lastModified": 1714272655, + "narHash": "sha256-3/ghIWCve93ngkx5eNPdHIKJP/pMzSr5Wc4rNKE1wOc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c5101e457206dd437330d283d6626944e28794b3", + "rev": "12430e43bd9b81a6b4e79e64f87c624ade701eaf", "type": "github" }, "original": { diff --git a/home/ssh/config b/home/ssh/config index 9bdc79c..5345e35 100644 --- a/home/ssh/config +++ b/home/ssh/config @@ -2,6 +2,10 @@ Host mainsail User usr Port 22 +Host phone + User u0_a193 + Port 8022 + Host netbox HostName beepboop.systems User ryan diff --git a/manual/site.md b/manual/site.md index 2aecb0d..372edd6 100644 --- a/manual/site.md +++ b/manual/site.md @@ -6,4 +6,5 @@ - `192.168.1.200`: `mainsail` - `192.168.1.201`: `x230t` - `192.168.1.202`: `mlg` -- `192.168.1.203-255`: Unassigned +- `192.168.1.203`: `phone` +- `192.168.1.204-255`: Unassigned diff --git a/modules/hosts.nix b/modules/hosts.nix index 565438e..fc0baf6 100644 --- a/modules/hosts.nix +++ b/modules/hosts.nix @@ -6,6 +6,7 @@ "192.168.1.200" = [ "mainsail" ]; "192.168.1.201" = [ "x230t" ]; "192.168.1.202" = [ "mlg" ]; + "192.168.1.203" = [ "phone" ]; "149.28.63.115" = [ "netbox" ]; }; }