kilgharrah: move all zfs dataset declarations to one place

This commit is contained in:
Katherina Walshe-Grey 2024-10-08 10:54:02 +01:00
parent acf451a1c9
commit 8823cd9b36
3 changed files with 26 additions and 22 deletions

View file

@ -44,17 +44,6 @@
dataDir = "/srv/music";
};
randomcat.services.zfs.datasets = {
"rpool_albion/data" = { mountpoint = "none"; };
"rpool_albion/data/steam" = { mountpoint = "/home/qenya/.local/share/Steam"; };
"rpool_albion/state" = { mountpoint = "none"; };
"rpool_albion/state/jellyfin" = { mountpoint = "/var/lib/jellyfin"; };
"rpool_albion/state/navidrome" = { mountpoint = "/var/lib/navidrome"; };
"rpool_albion/srv" = { mountpoint = "none"; };
"rpool_albion/srv/jellyfin" = { mountpoint = "/srv/jellyfin"; };
"rpool_albion/srv/music" = { mountpoint = "/srv/music"; };
};
system.stateVersion = "24.05";
}