Compare commits
No commits in common. "9f992867ddce7aa06dbb0e921218ea240c043a5b" and "685c212f334a1c5d941301eaaa58f38602d5b2ea" have entirely different histories.
9f992867dd
...
685c212f33
2 changed files with 1 additions and 13 deletions
|
@ -92,16 +92,6 @@
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/var/lib/jackett" =
|
|
||||||
{ device = "loutrepool/var/jackett";
|
|
||||||
fsType = "zfs";
|
|
||||||
};
|
|
||||||
|
|
||||||
fileSystems."/var/lib/gitea" =
|
|
||||||
{ device = "loutrepool/var/gitea";
|
|
||||||
fsType = "zfs";
|
|
||||||
};
|
|
||||||
|
|
||||||
fileSystems."/var/dkim" =
|
fileSystems."/var/dkim" =
|
||||||
{ device = "loutrepool/var/dkim";
|
{ device = "loutrepool/var/dkim";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
|
|
|
@ -18,8 +18,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
users.extraGroups.medias =
|
users.extraGroups.medias =
|
||||||
{
|
{ members = [ "slimserver" "radarr" "sonarr" "emby" "transmission" "lidarr" ];
|
||||||
gid = 498;
|
|
||||||
members = [ "slimserver" "radarr" "sonarr" "emby" "transmission" "lidarr" ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue