🔧 update hass config and release version

This commit is contained in:
2021-07-22 23:13:32 -04:00
parent 04dd6caf86
commit fb662e3628
2 changed files with 7 additions and 2 deletions

View File

@ -49,6 +49,11 @@ 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";