mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
users/foo-dogsquared: add public key and update config
This commit is contained in:
parent
3476e3f7a4
commit
12251141e7
@ -19,6 +19,9 @@
|
|||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
createHome = true;
|
createHome = true;
|
||||||
home = "/home/foo-dogsquared";
|
home = "/home/foo-dogsquared";
|
||||||
|
openssh.authorizedKeys.keyFiles = [
|
||||||
|
../../users/home-manager/foo-dogsquared/user-key.pub
|
||||||
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -140,4 +143,3 @@
|
|||||||
|
|
||||||
system.stateVersion = "22.11"; # Yes! I read the comment!
|
system.stateVersion = "22.11"; # Yes! I read the comment!
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ in {
|
|||||||
"https://gitlab.com/".insteadOf = [ "gl:" "gitlab:" ];
|
"https://gitlab.com/".insteadOf = [ "gl:" "gitlab:" ];
|
||||||
"https://gitlab.gnome.org/".insteadOf = [ "gnome:" ];
|
"https://gitlab.gnome.org/".insteadOf = [ "gnome:" ];
|
||||||
"https://invent.kde.org/".insteadOf = [ "kde:" ];
|
"https://invent.kde.org/".insteadOf = [ "kde:" ];
|
||||||
"https://git.sr.ht/".insteadOf = [ "sourcehut:" ];
|
"https://git.sr.ht/".insteadOf = [ "sh:" "sourcehut:" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
1
users/home-manager/foo-dogsquared/user-key.pub
Normal file
1
users/home-manager/foo-dogsquared/user-key.pub
Normal file
@ -0,0 +1 @@
|
|||||||
|
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDQTksEwqHIUIleXEef2tXdhgcYhGkLbTdiEH/EidRRhzPzC1WrL1J3o5J2vMaWGWlh5wrSMy6XizQbcX3MviLMfG+giDfkktFAQgS75StF8kGSmupY+N7NZIITt+xxemQfdpFrevhWabHa5LRModQdqI6lrFnBLb7qon2xjoiMPXumvujWILQqOWG8G1waIKG1lLnLfc/ffdC6SpbnCaD0znIZ8gDjtHJ1BJFIlZLJo7w6W1YKFUNEtB/a5PpbjYwgWhq/1Jcri5VpatIcOTJvLel6ue1VJZ663EoGRPQDR8pzg903n+vksBzTyXoSR1b6fReEubzG9EO6SfwtZ6ywSu3Mc0xTZTG381X81Sl9mW5JzZvGjBBvm0/LAE9Fef2R8EMPBO9A1m8OAH59lDowuturQCozmoZvVWQJQ1qj5lEz3IVtmkMqAhVd0/FcJVgY9r2cywj3y8esUGMazotrVBDYucVkFOdveDFgRXgf6GtJkeUtQDqOP6O9HARF9dcqI543pSMJa9BlyZLyrjuUAcex8/ebq8VOUnOf/WtourDwDEVVCjYQoPZRr2tyQQz+kVAKQpROjngX1KojJieQgN/1G+r612OkREPnhrfYoUw7GD25KSmjMocwNdIbGrzqJzprV9tUJO9tJT0f+dmUJ54kwi/t24pQiupB4xeBVQ== foo.dogsquared@gmail.com
|
Loading…
Reference in New Issue
Block a user