🚚 moving around configs again
This commit is contained in:
parent
dfc41ece1e
commit
f4dcee8aa3
@ -50,11 +50,6 @@ in {
|
||||
system.autoUpgrade.enable = true;
|
||||
environment.systemPackages = with pkgs; [ weechat ];
|
||||
|
||||
fileSystems."/mnt/config" = {
|
||||
device = "192.168.6.100:/volume1/Config";
|
||||
fsType = "nfs";
|
||||
};
|
||||
|
||||
fileSystems."/mnt/downloads" = {
|
||||
device = "192.168.6.100:/volume1/Downloads";
|
||||
fsType = "nfs";
|
||||
|
@ -7,7 +7,7 @@
|
||||
home-assistant = {
|
||||
image = "ghcr.io/home-assistant/home-assistant:2021.7.4";
|
||||
volumes =
|
||||
[ "/mnt/config/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
|
||||
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
|
||||
extraOptions = [ "--privileged" "--network=host" ];
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user