mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15: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}" = {
|
||||
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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue