Add NFS mounts and update home-assistant
This commit is contained in:
parent
f58dd6da01
commit
1e6833fe3c
@ -109,6 +109,18 @@
|
||||
neededForBoot = true;
|
||||
};
|
||||
|
||||
fileSystems."/nfs/homes" =
|
||||
{ device = "192.168.88.88:/volume1/homes";
|
||||
fsType = "nfs";
|
||||
neededForBoot = false;
|
||||
};
|
||||
|
||||
fileSystems."/nfs/shared_photos" =
|
||||
{ device = "192.168.88.88:/volume1/photo";
|
||||
fsType = "nfs";
|
||||
neededForBoot = false;
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/dev/disk/by-partuuid/6bf463d0-107f-489e-be29-704442ea3150";
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
serverIP :
|
||||
{
|
||||
image = "ghcr.io/home-assistant/home-assistant:2023.6.3";
|
||||
image = "ghcr.io/home-assistant/home-assistant:2023.11.2";
|
||||
#ports = [
|
||||
#"8123:8123"
|
||||
#];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user