Add mome as admin

As decided/approved in our plenum today
This commit is contained in:
Moritz 'e1mo' Fromm 2023-02-12 19:04:00 +01:00
parent 6c1e6d5811
commit f337dd087b
No known key found for this signature in database
GPG key ID: 1D5D79A439E787F1

View file

@ -38,5 +38,12 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINKZWuy/DFrEHKDdYvids/yXuDmf9t+HX6G1K8Ne1hhr admin@adb.sh"
];
};
momme = {
isNormalUser = true;
extraGroups = [ "wheel" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPGZ1R2leDvakw36bFBa9U7IQruW6DjbHahHfZqTerD6 momme"
];
};
};
}