no resilio
This commit is contained in:
parent
8e6b926b12
commit
9d2377cbe9
@ -1 +1,9 @@
|
|||||||
# RPI3-Configurations
|
# RPI3-Configurations
|
||||||
|
|
||||||
|
Raspberry Pi 3b+ 配置
|
||||||
|
|
||||||
|
## 构建
|
||||||
|
|
||||||
|
```bash
|
||||||
|
nixos-rebuild switch --flake 'git+https://git.sense-t.eu.org/NixOS/rpi3-configurations#default'
|
||||||
|
```
|
||||||
|
@ -12,7 +12,9 @@ in
|
|||||||
|
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
banner = "Must back to QingDao! Must back HOME!";
|
banner = ''
|
||||||
|
Must back to QingDao! Must back HOME!
|
||||||
|
'';
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
@ -41,7 +43,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
resilio = {
|
resilio = {
|
||||||
enable = true;
|
enable = false;
|
||||||
deviceName = "Gangly4670";
|
deviceName = "Gangly4670";
|
||||||
enableWebUI = true;
|
enableWebUI = true;
|
||||||
directoryRoot = downloadDir;
|
directoryRoot = downloadDir;
|
||||||
@ -79,10 +81,10 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
# resilio
|
# resilio
|
||||||
"/gui" = {
|
/*"/gui" = {
|
||||||
proxyPass = "http://localhost:9000";
|
proxyPass = "http://localhost:9000";
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
# kubo/ipfs
|
# kubo/ipfs
|
||||||
|
Reference in New Issue
Block a user