desktop: add putty and dialout

This commit is contained in:
2024-03-01 10:27:09 +02:00
parent 8c77f3b702
commit 7e4746976e
4 changed files with 3 additions and 12 deletions

View File

@@ -74,7 +74,6 @@
users.users = {
nixos = {
isNormalUser = true;
extraGroups = ["wheel" "video"];
initialHashedPassword = "";
openssh.authorizedKeys.keys = [myData.people_pubkeys.motiejus];
};