From ff32bd7627bfd8d18f638cdc87b9db477c467174 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 27 Apr 2024 19:31:47 +0200 Subject: [PATCH 1/2] change wifi pw --- systems/pi4-2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/pi4-2/default.nix b/systems/pi4-2/default.nix index 9d64798..26ee7f2 100644 --- a/systems/pi4-2/default.nix +++ b/systems/pi4-2/default.nix @@ -39,7 +39,7 @@ INTERNET_IFACE = "end0"; WIFI_IFACE = "wlan0"; SSID = "Test Network Plese Igonre"; - PASSPHRASE = "VerySecurePassword"; + PASSPHRASE = "VerySecurePassword69123"; }; }; } From 57d37d7229814be47af7f37dea3695250ed474dc Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 27 Apr 2024 19:34:28 +0200 Subject: [PATCH 2/2] manage user only with nix --- common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.nix b/common.nix index 8f70520..7b2ee45 100644 --- a/common.nix +++ b/common.nix @@ -12,6 +12,8 @@ networkmanager.enable = true; }; + users.mutableUsers = false; + nix = { settings = { substituters = lib.mkForce [