Update deployment hostnames
All checks were successful
Check flake / build-amd64-linux (push) Successful in 45m16s

This commit is contained in:
Jordan Holt 2024-08-09 21:54:55 +01:00
parent 064f180528
commit c9fa49b24d
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
2 changed files with 3 additions and 3 deletions

View File

@ -151,7 +151,7 @@
};
};
pi = {
hostname = "10.0.1.191";
hostname = "pi.mesh.vimium.net";
profiles.system = {
user = "root";
@ -159,7 +159,7 @@
};
};
skycam = {
hostname = "10.0.1.146";
hostname = "skycam.mesh.vimium.net";
profiles.system = {
user = "root";

View File

@ -50,7 +50,7 @@
'';
nixpkgs.overlays = [
(import ./../overlays/libcamera.nix)
(import ./../../overlays/libcamera.nix)
];
networking = {