no resilio

This commit is contained in:
Sense T 2023-07-23 01:58:03 +00:00
parent 8e6b926b12
commit 9d2377cbe9
2 changed files with 15 additions and 5 deletions

View File

@ -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'
```

View File

@ -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