tangled
alpha
login
or
join now
nel.pet
/
cyclamen
4
fork
atom
NixOS and Home Manager config
4
fork
atom
overview
issues
pulls
pipelines
feat: userborn
nel.pet
1 week ago
08dd8928
448f4f4f
verified
This commit was signed with the committer's
known signature
.
nel.pet
SSH Key Fingerprint:
SHA256:Zd+mWw4EweOfjYKNMYyVtMSN7oj+SBabmubG4RThVEI=
+7
1 changed file
expand all
collapse all
unified
split
systems
nel-desktop
configuration.nix
+7
systems/nel-desktop/configuration.nix
···
60
60
services.xserver.xkb.layout = "dk";
61
61
console.keyMap = "dk-latin1";
62
62
63
63
+
services.userborn.enable = true;
64
64
+
users.mutableUsers = false;
63
65
users.users.nel = {
64
66
isNormalUser = true;
65
67
description = "nel";
66
68
extraGroups = [ "networkmanager" "wheel" "podman" ];
69
69
+
hashedPassword = "$y$j9T$Xg/JJbCVhXZiKOV4Wzabd0$pRPqH2eFuLM83ZUs5a0tCtP0Sd4pC1rbHRE1Y0hIGr1";
70
70
+
};
71
71
+
72
72
+
users.users.root = {
73
73
+
inherit (config.users.users.nel) hashedPassword;
67
74
};
68
75
69
76
# This value determines the NixOS release from which the default