NixOS and Home Manager config

feat: userborn

nel.pet 08dd8928 448f4f4f

verified
+7
+7
systems/nel-desktop/configuration.nix
··· 60 60 services.xserver.xkb.layout = "dk"; 61 61 console.keyMap = "dk-latin1"; 62 62 63 + services.userborn.enable = true; 64 + users.mutableUsers = false; 63 65 users.users.nel = { 64 66 isNormalUser = true; 65 67 description = "nel"; 66 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; 67 74 }; 68 75 69 76 # This value determines the NixOS release from which the default