snapshot
This commit is contained in:
parent
f15455ca12
commit
7b2a024010
19 changed files with 235 additions and 86 deletions
15
hosts/vessel/storage.nix
Normal file
15
hosts/vessel/storage.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
systemd.tmpfiles.settings = {
|
||||
"10-safe"."/srv/safe".d = {
|
||||
user = "root";
|
||||
group = "root";
|
||||
mode = "0755";
|
||||
};
|
||||
|
||||
"10-storage"."/srv/storage".d = {
|
||||
user = "root";
|
||||
group = "root";
|
||||
mode = "0755";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue