mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 10:35:13 -05:00
feat: owncast test
This commit is contained in:
parent
69fac0d799
commit
e06135b60c
1 changed files with 9 additions and 9 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue