🔧 update hass config and release version
This commit is contained in:
parent
04dd6caf86
commit
fb662e3628
@ -49,6 +49,11 @@ in {
|
|||||||
system.autoUpgrade.enable = true;
|
system.autoUpgrade.enable = true;
|
||||||
environment.systemPackages = with pkgs; [ weechat ];
|
environment.systemPackages = with pkgs; [ weechat ];
|
||||||
|
|
||||||
|
fileSystems."/mnt/config" = {
|
||||||
|
device = "192.168.6.100:/volume1/Config";
|
||||||
|
fsType = "nfs";
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/downloads" = {
|
fileSystems."/mnt/downloads" = {
|
||||||
device = "192.168.6.100:/volume1/Downloads";
|
device = "192.168.6.100:/volume1/Downloads";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
virtualisation.oci-containers = {
|
virtualisation.oci-containers = {
|
||||||
containers = {
|
containers = {
|
||||||
home-assistant = {
|
home-assistant = {
|
||||||
image = "ghcr.io/home-assistant/home-assistant:2021.7.2";
|
image = "ghcr.io/home-assistant/home-assistant:2021.7.4";
|
||||||
volumes =
|
volumes =
|
||||||
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
|
[ "/mnt/config/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
|
||||||
extraOptions = [ "--privileged" "--network=host" ];
|
extraOptions = [ "--privileged" "--network=host" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user