feature: added specCon18 user

This commit is contained in:
Jermeiah S 2025-06-14 14:02:52 -04:00
parent d934db7622
commit 1254657679
No known key found for this signature in database

View file

@ -6,6 +6,15 @@
}: }:
let let
u = { u = {
specCon18 = {
isNormalUser = true;
name = "specCon18";
extraGroups = [ "wheel" ];
uid = 1001;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH96EL/NeIYyO5ePEFTkTHPDqIgWtiZw6RvUnk9CTry3"
];
};
sky = { sky = {
isNormalUser = true; isNormalUser = true;
name = "sky"; name = "sky";