Compare commits

...

2 Commits

Author SHA1 Message Date
8657c02e98
🕸 access hosts via tailscale host 2021-11-24 15:54:08 -05:00
2ece4db5f5
🆙 version bumps 2021-11-24 15:53:51 -05:00
5 changed files with 13 additions and 13 deletions

View File

@ -5,7 +5,7 @@
virtualisation.oci-containers = {
containers = {
home-assistant = {
image = "ghcr.io/home-assistant/home-assistant:2021.11.4";
image = "ghcr.io/home-assistant/home-assistant:2021.11.5";
volumes =
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
extraOptions = [ "--privileged" "--network=host" ];

View File

@ -5,10 +5,10 @@
"homepage": "https://nix-community.github.io/home-manager/",
"owner": "nix-community",
"repo": "home-manager",
"rev": "a7c5b00d44f65efd1e8ace2c02243f179e72283a",
"sha256": "17hziylq4nbg95cm30kmwhwhw8xvabka48xgviidvw4wxli3wc0k",
"rev": "15ae861e1bfad90e0d14106551544e9e07cbcb10",
"sha256": "1sh30n2gzhfbxz8igl28qg65nxc1xk058m62bjm0sn141l0xydx9",
"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"
},
"niv": {
@ -29,10 +29,10 @@
"homepage": "",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5cb226a06c49f7a2d02863d0b5786a310599df6b",
"sha256": "0dzz207swwm5m0dyibhxg5psccrcqfh1lzkmzzfns27wc4ria6z3",
"rev": "98747f27ecfee70c8c97b195cbb94df80a074dda",
"sha256": "04ss525ns5qqlggrdhvc6y4hqmshylda9yd0y99ddliyn15wmf27",
"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"
},
"sops-nix": {

View File

@ -6,7 +6,7 @@
networking.hostName = "agent";
nixpkgs.system = "aarch64-linux";
deployment.targetHost = "192.168.6.200";
deployment.targetHost = "agent";
deployment.targetUser = "root";
};
@ -15,7 +15,7 @@
networking.hostName = "form";
nixpkgs.system = "aarch64-linux";
deployment.targetHost = "192.168.6.201";
deployment.targetHost = "form";
deployment.targetUser = "root";
};
@ -24,7 +24,7 @@
networking.hostName = "matter";
nixpkgs.system = "aarch64-linux";
deployment.targetHost = "192.168.6.202";
deployment.targetHost = "matter";
deployment.targetUser = "root";
};
@ -33,7 +33,7 @@
networking.hostName = "purpose";
nixpkgs.system = "aarch64-linux";
deployment.targetHost = "192.168.6.203";
deployment.targetHost = "purpose";
deployment.targetUser = "root";
};
}

View File

@ -6,7 +6,7 @@
networking.hostName = "plato";
nixpkgs.system = "x86_64-linux";
deployment.targetHost = "192.168.6.102";
deployment.targetHost = "plato";
deployment.targetUser = "root";
};
}

View File

@ -6,7 +6,7 @@
networking.hostName = "socrates";
nixpkgs.system = "x86_64-linux";
deployment.targetHost = "167.99.176.10";
deployment.targetHost = "socrates";
deployment.targetUser = "root";
};
}