feat: init deluge service
This commit is contained in:
parent
dc8a3d5dd1
commit
14ee0dd0c5
5 changed files with 33 additions and 6 deletions
|
|
@ -23,10 +23,10 @@ in
|
|||
};
|
||||
users.groups.media = {};
|
||||
|
||||
fileSystems."/media" = {
|
||||
device = "/dev/disk/by-label/ooksmedia";
|
||||
fsType = "ntfs";
|
||||
options = [ "rw" "uid=1000" "gid=991" "umask=002" ];
|
||||
};
|
||||
# fileSystems."/media" = {
|
||||
# device = "/dev/disk/by-label/ooksmedia";
|
||||
# fsType = "ntfs";
|
||||
# options = [ "rw" "uid=1000" "gid=991" "umask=002" ];
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue