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}" = { # fileSystems."/var/lib/${name}" = {
device = paths.path0; # device = paths.path0;
fsType = "none"; # fsType = "none";
options = ["bind"]; # options = ["bind"];
depends = [server.storage0.mount]; # depends = [server.storage0.mount];
}; # };
systemd.tmpfiles.rules = [ # systemd.tmpfiles.rules = [
"Z ${paths.path0} 755 ${name} ${name} -" # "Z ${paths.path0} 755 ${name} ${name} -"
]; # ];
networking = { networking = {
firewall = { firewall = {