add webdav to thinkpad
This commit is contained in:
parent
a5ebd43b40
commit
5308aa4eff
1 changed files with 5 additions and 4 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
../../../modules/tailscale.nix
|
../../../modules/tailscale.nix
|
||||||
../../../modules/login-display.nix
|
../../../modules/login-display.nix
|
||||||
../../../modules/borg/client.nix
|
../../../modules/borg/client.nix
|
||||||
../../../modules/samba.nix
|
../../../modules/dufs.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader - standard UEFI setup
|
# Bootloader - standard UEFI setup
|
||||||
|
|
@ -213,10 +213,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.samba-custom = {
|
services.dufs = {
|
||||||
sharedPath = "/home/yanlin/nsfw/";
|
sharedPath = "/home/yanlin/nsfw";
|
||||||
shareName = "nsfw";
|
port = 5099;
|
||||||
user = "yanlin";
|
user = "yanlin";
|
||||||
|
group = "users";
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue