Update deployment hostnames
All checks were successful
Check flake / build-amd64-linux (push) Successful in 45m16s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 45m16s
This commit is contained in:
parent
064f180528
commit
c9fa49b24d
@ -151,7 +151,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
pi = {
|
pi = {
|
||||||
hostname = "10.0.1.191";
|
hostname = "pi.mesh.vimium.net";
|
||||||
|
|
||||||
profiles.system = {
|
profiles.system = {
|
||||||
user = "root";
|
user = "root";
|
||||||
@ -159,7 +159,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
skycam = {
|
skycam = {
|
||||||
hostname = "10.0.1.146";
|
hostname = "skycam.mesh.vimium.net";
|
||||||
|
|
||||||
profiles.system = {
|
profiles.system = {
|
||||||
user = "root";
|
user = "root";
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(import ./../overlays/libcamera.nix)
|
(import ./../../overlays/libcamera.nix)
|
||||||
];
|
];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user