Compare commits
2 Commits
c2caeb4dae
...
8657c02e98
Author | SHA1 | Date | |
---|---|---|---|
8657c02e98 | |||
2ece4db5f5 |
@ -5,7 +5,7 @@
|
|||||||
virtualisation.oci-containers = {
|
virtualisation.oci-containers = {
|
||||||
containers = {
|
containers = {
|
||||||
home-assistant = {
|
home-assistant = {
|
||||||
image = "ghcr.io/home-assistant/home-assistant:2021.11.4";
|
image = "ghcr.io/home-assistant/home-assistant:2021.11.5";
|
||||||
volumes =
|
volumes =
|
||||||
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
|
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
|
||||||
extraOptions = [ "--privileged" "--network=host" ];
|
extraOptions = [ "--privileged" "--network=host" ];
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
"homepage": "https://nix-community.github.io/home-manager/",
|
"homepage": "https://nix-community.github.io/home-manager/",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "a7c5b00d44f65efd1e8ace2c02243f179e72283a",
|
"rev": "15ae861e1bfad90e0d14106551544e9e07cbcb10",
|
||||||
"sha256": "17hziylq4nbg95cm30kmwhwhw8xvabka48xgviidvw4wxli3wc0k",
|
"sha256": "1sh30n2gzhfbxz8igl28qg65nxc1xk058m62bjm0sn141l0xydx9",
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://github.com/nix-community/home-manager/archive/a7c5b00d44f65efd1e8ace2c02243f179e72283a.tar.gz",
|
"url": "https://github.com/nix-community/home-manager/archive/15ae861e1bfad90e0d14106551544e9e07cbcb10.tar.gz",
|
||||||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
},
|
},
|
||||||
"niv": {
|
"niv": {
|
||||||
@ -29,10 +29,10 @@
|
|||||||
"homepage": "",
|
"homepage": "",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "5cb226a06c49f7a2d02863d0b5786a310599df6b",
|
"rev": "98747f27ecfee70c8c97b195cbb94df80a074dda",
|
||||||
"sha256": "0dzz207swwm5m0dyibhxg5psccrcqfh1lzkmzzfns27wc4ria6z3",
|
"sha256": "04ss525ns5qqlggrdhvc6y4hqmshylda9yd0y99ddliyn15wmf27",
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://github.com/NixOS/nixpkgs/archive/5cb226a06c49f7a2d02863d0b5786a310599df6b.tar.gz",
|
"url": "https://github.com/NixOS/nixpkgs/archive/98747f27ecfee70c8c97b195cbb94df80a074dda.tar.gz",
|
||||||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
},
|
},
|
||||||
"sops-nix": {
|
"sops-nix": {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
networking.hostName = "agent";
|
networking.hostName = "agent";
|
||||||
nixpkgs.system = "aarch64-linux";
|
nixpkgs.system = "aarch64-linux";
|
||||||
|
|
||||||
deployment.targetHost = "192.168.6.200";
|
deployment.targetHost = "agent";
|
||||||
deployment.targetUser = "root";
|
deployment.targetUser = "root";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -15,7 +15,7 @@
|
|||||||
networking.hostName = "form";
|
networking.hostName = "form";
|
||||||
nixpkgs.system = "aarch64-linux";
|
nixpkgs.system = "aarch64-linux";
|
||||||
|
|
||||||
deployment.targetHost = "192.168.6.201";
|
deployment.targetHost = "form";
|
||||||
deployment.targetUser = "root";
|
deployment.targetUser = "root";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -24,7 +24,7 @@
|
|||||||
networking.hostName = "matter";
|
networking.hostName = "matter";
|
||||||
nixpkgs.system = "aarch64-linux";
|
nixpkgs.system = "aarch64-linux";
|
||||||
|
|
||||||
deployment.targetHost = "192.168.6.202";
|
deployment.targetHost = "matter";
|
||||||
deployment.targetUser = "root";
|
deployment.targetUser = "root";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -33,7 +33,7 @@
|
|||||||
networking.hostName = "purpose";
|
networking.hostName = "purpose";
|
||||||
nixpkgs.system = "aarch64-linux";
|
nixpkgs.system = "aarch64-linux";
|
||||||
|
|
||||||
deployment.targetHost = "192.168.6.203";
|
deployment.targetHost = "purpose";
|
||||||
deployment.targetUser = "root";
|
deployment.targetUser = "root";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
networking.hostName = "plato";
|
networking.hostName = "plato";
|
||||||
nixpkgs.system = "x86_64-linux";
|
nixpkgs.system = "x86_64-linux";
|
||||||
|
|
||||||
deployment.targetHost = "192.168.6.102";
|
deployment.targetHost = "plato";
|
||||||
deployment.targetUser = "root";
|
deployment.targetUser = "root";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
networking.hostName = "socrates";
|
networking.hostName = "socrates";
|
||||||
nixpkgs.system = "x86_64-linux";
|
nixpkgs.system = "x86_64-linux";
|
||||||
|
|
||||||
deployment.targetHost = "167.99.176.10";
|
deployment.targetHost = "socrates";
|
||||||
deployment.targetUser = "root";
|
deployment.targetUser = "root";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user