From 9d2377cbe94b24cf2ee264c61eb5a83faeb5f5a0 Mon Sep 17 00:00:00 2001 From: Sense T Date: Sun, 23 Jul 2023 01:58:03 +0000 Subject: [PATCH] no resilio --- README.md | 8 ++++++++ global/software-configuration.nix | 12 +++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) 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