mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: make users immutable manually
This commit is contained in:
parent
6b43f84933
commit
2f7b2635fb
1 changed files with 10 additions and 0 deletions
|
|
@ -4469,6 +4469,16 @@ Next, we need to make sure that flakes stay enabled when we rebuild the configur
|
||||||
|
|
||||||
#+end_src
|
#+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
|
**** Environment setup
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: h:f4006367-0965-4b4f-a3b0-45f63b07d2b8
|
:CUSTOM_ID: h:f4006367-0965-4b4f-a3b0-45f63b07d2b8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue