feat: owncast test

This commit is contained in:
Nick 2024-10-18 22:36:36 -05:00
parent 69fac0d799
commit e06135b60c

View file

@ -25,16 +25,16 @@ in {
};
};
};
fileSystems."/var/lib/${name}" = {
device = paths.path0;
fsType = "none";
options = ["bind"];
depends = [server.storage0.mount];
};
# fileSystems."/var/lib/${name}" = {
# device = paths.path0;
# fsType = "none";
# options = ["bind"];
# depends = [server.storage0.mount];
# };
systemd.tmpfiles.rules = [
"Z ${paths.path0} 755 ${name} ${name} -"
];
# systemd.tmpfiles.rules = [
# "Z ${paths.path0} 755 ${name} ${name} -"
# ];
networking = {
firewall = {