add espen user

This commit is contained in:
Zynh Ludwig 2025-01-25 00:39:20 -08:00
parent 00572ce3d9
commit c4b061b359

View file

@ -13,4 +13,10 @@
hashedPasswordFile = config.sops.secrets."passwords/ravenshade".path;
extraGroups = [ "networkmanager" "wheel" "docker" "syncthing" ];
};
users.users.espen = {
isNormalUser = true;
description = "Espen's user";
};
}