diff options
| author | EuAndreh <eu@euandre.org> | 2021-06-08 08:54:02 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-06-08 08:54:02 -0300 |
| commit | 0d46f77cf1849b4a2be0079776df01526302df80 (patch) | |
| tree | fea7336e58090b2c9b0390c939806acc287a86a4 /configuration.nix | |
| parent | configuration.nix: Update luks devices configuration for new laptop (diff) | |
| download | dotfiles-0d46f77cf1849b4a2be0079776df01526302df80.tar.gz dotfiles-0d46f77cf1849b4a2be0079776df01526302df80.tar.xz | |
configuration.nix: Disable users.mutableUsers option
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configuration.nix b/configuration.nix index 133a314d..2f0f2127 100644 --- a/configuration.nix +++ b/configuration.nix @@ -426,8 +426,6 @@ in { }; users = { - mutableUsers = false; - extraUsers = let andrehUser = { andreh = { @@ -435,9 +433,6 @@ in { uid = 1000; description = "EuAndreh"; extraGroups = [ "wheel" "networkmanager" "docker" ]; - # Generated with: - # mkpasswd -m sha-512 - hashedPassword = privateConfiguration.hashedPassword; }; }; # From the Guix manual: |
