diff --git a/README.md b/README.md index e840bb7..0f4e7ee 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ # RPI3-Configurations + +Raspberry Pi 3b+ 配置 + +## 构建 + +```bash +nixos-rebuild switch --flake 'git+https://git.sense-t.eu.org/NixOS/rpi3-configurations#default' +``` diff --git a/global/software-configuration.nix b/global/software-configuration.nix index 1b058dd..24f9755 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -12,7 +12,9 @@ in openssh = { enable = true; - banner = "Must back to QingDao! Must back HOME!"; + banner = '' + Must back to QingDao! Must back HOME! + ''; settings = { PermitRootLogin = "no"; @@ -41,7 +43,7 @@ in }; resilio = { - enable = true; + enable = false; deviceName = "Gangly4670"; enableWebUI = true; directoryRoot = downloadDir; @@ -79,10 +81,10 @@ in }; # resilio - "/gui" = { + /*"/gui" = { proxyPass = "http://localhost:9000"; - }; - + }; + */ # kubo/ipfs