forked from DGNum/liminix
much text, such doc, very wow
This commit is contained in:
parent
3669a4000f
commit
2a29a00dfe
5 changed files with 41 additions and 5 deletions
|
@ -1,3 +1,16 @@
|
|||
## Users
|
||||
## =====
|
||||
##
|
||||
## User- and group-related configuration.
|
||||
##
|
||||
## Changes made here are reflected in files such as :file:/etc/shadow,
|
||||
## :file:/etc/passwd, :file:/etc/group etc. If you are familiar with
|
||||
## user configuration in NixOS, please note that Liminix does not have
|
||||
## the concept of "mutable users" - files in /etc/ are symlinks to
|
||||
## the immutable store, so you can't e.g change a password with
|
||||
## :command:`passwd`
|
||||
|
||||
|
||||
{ lib, pkgs, config, ...}:
|
||||
let
|
||||
inherit (lib)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue