1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2025-04-01 19:12:52 +00:00
parent 4c7342110c
commit a85f101876
No known key found for this signature in database
9 changed files with 21 additions and 64 deletions

View file

@ -10,12 +10,12 @@ in {
users = {
mutableUsers = false;
mainUser = "lukas";
mainUser = "helvetica";
users = {
root.hashedPassword = "!";
${mainUser} = {
description = "Lukas Wurzinger";
description = "Helvetica";
uid = 1000;
isNormalUser = true;
hashedPasswordFile = config.age.secrets."user-${mainUser}".path;