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
services.xserver.xkb.layout = "dk";
61
console.keyMap = "dk-latin1";
62
0
0
63
users.users.nel = {
64
isNormalUser = true;
65
description = "nel";
66
extraGroups = [ "networkmanager" "wheel" "podman" ];
0
0
0
0
0
67
};
68
69
# This value determines the NixOS release from which the default
···
60
services.xserver.xkb.layout = "dk";
61
console.keyMap = "dk-latin1";
62
63
+
services.userborn.enable = true;
64
+
users.mutableUsers = false;
65
users.users.nel = {
66
isNormalUser = true;
67
description = "nel";
68
extraGroups = [ "networkmanager" "wheel" "podman" ];
69
+
hashedPassword = "$y$j9T$Xg/JJbCVhXZiKOV4Wzabd0$pRPqH2eFuLM83ZUs5a0tCtP0Sd4pC1rbHRE1Y0hIGr1";
70
+
};
71
+
72
+
users.users.root = {
73
+
inherit (config.users.users.nel) hashedPassword;
74
};
75
76
# This value determines the NixOS release from which the default