From 2f7b2635fb23ec19270e04e26d63a532d875a18a Mon Sep 17 00:00:00 2001 From: Swarsel Date: Wed, 17 Jul 2024 04:14:34 +0200 Subject: [PATCH] chore: make users immutable manually --- SwarselSystems.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/SwarselSystems.org b/SwarselSystems.org index 0ccc007..415250e 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -4469,6 +4469,16 @@ Next, we need to make sure that flakes stay enabled when we rebuild the configur #+end_src +**** Make users non-mutable + +This ensures that all user-configuration happens here in the config file. + +#+begin_src nix :tangle profiles/common/nixos.nix + + users.mutableUsers = false; + +#+end_src + **** Environment setup :PROPERTIES: :CUSTOM_ID: h:f4006367-0965-4b4f-a3b0-45f63b07d2b8