This commit is contained in:
stupidcomputer 2024-04-28 23:23:50 -05:00
commit bd1bbdfb1f
4 changed files with 19 additions and 13 deletions

View File

@ -41,11 +41,11 @@
}, },
"locked": { "locked": {
"dir": "pkgs/firefox-addons", "dir": "pkgs/firefox-addons",
"lastModified": 1708805268, "lastModified": 1714338754,
"narHash": "sha256-TyB6HacqcoIoK8tf5mwk/K9bkexCxjJsVXBp4+cbATI=", "narHash": "sha256-tAc80Zc8TwE222DEBxKcYAZPxxsrUHU4zwnuErUOnyk=",
"owner": "rycee", "owner": "rycee",
"repo": "nur-expressions", "repo": "nur-expressions",
"rev": "211c45ca8c36d7aebcff3e4b548142093fc85857", "rev": "e8514896746fc667f2cf326c9c0c4c1e823d5e9f",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
@ -93,11 +93,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1706981411, "lastModified": 1714043624,
"narHash": "sha256-cLbLPTL1CDmETVh4p0nQtvoF+FSEjsnJTFpTxhXywhQ=", "narHash": "sha256-Xn2r0Jv95TswvPlvamCC46wwNo8ALjRCMBJbGykdhcM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "652fda4ca6dafeb090943422c34ae9145787af37", "rev": "86853e31dc1b62c6eeed11c667e8cdd0285d4411",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -114,11 +114,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1702195668, "lastModified": 1713166947,
"narHash": "sha256-Lxmjez0nfNBptdqV5GsXKm7Bb7swjGsrxiLxWJu0tL8=", "narHash": "sha256-Vk+eyK7EcvoXf6IxEuaKVmme2ui6W/mketcrZxfFmGg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "33110fb3c7fe6a94b98b641866a5eddb64b7c23f", "rev": "6779167a739240778d34024b89ecf6404fb28f9e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -199,11 +199,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1708702655, "lastModified": 1714272655,
"narHash": "sha256-qxT5jSLhelfLhQ07+AUxSTm1VnVH+hQxDkQSZ/m/Smo=", "narHash": "sha256-3/ghIWCve93ngkx5eNPdHIKJP/pMzSr5Wc4rNKE1wOc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c5101e457206dd437330d283d6626944e28794b3", "rev": "12430e43bd9b81a6b4e79e64f87c624ade701eaf",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -2,6 +2,10 @@ Host mainsail
User usr User usr
Port 22 Port 22
Host phone
User u0_a193
Port 8022
Host netbox Host netbox
HostName beepboop.systems HostName beepboop.systems
User ryan User ryan

View File

@ -6,4 +6,5 @@
- `192.168.1.200`: `mainsail` - `192.168.1.200`: `mainsail`
- `192.168.1.201`: `x230t` - `192.168.1.201`: `x230t`
- `192.168.1.202`: `mlg` - `192.168.1.202`: `mlg`
- `192.168.1.203-255`: Unassigned - `192.168.1.203`: `phone`
- `192.168.1.204-255`: Unassigned

View File

@ -6,6 +6,7 @@
"192.168.1.200" = [ "mainsail" ]; "192.168.1.200" = [ "mainsail" ];
"192.168.1.201" = [ "x230t" ]; "192.168.1.201" = [ "x230t" ];
"192.168.1.202" = [ "mlg" ]; "192.168.1.202" = [ "mlg" ];
"192.168.1.203" = [ "phone" ];
"149.28.63.115" = [ "netbox" ]; "149.28.63.115" = [ "netbox" ];
}; };
} }