wew lad
This commit is contained in:
commit
d78da97be7
35 changed files with 6762 additions and 0 deletions
14
users/glooder.nix
Normal file
14
users/glooder.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
# config for me
|
||||
users.users.glooder = {
|
||||
isNormalUser = true;
|
||||
useDefaultShell = true;
|
||||
home = "/home/glooder";
|
||||
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVF3wvfIbyD4gEbHoqECkKCSHYozzfC5dsOsa0vS+xKiFt/ofPmvBiUYNPlFzH4mW8/wqtDJpzgiEIcAB/UM+LjvUW8W8emlGTJ9VZYbsEQVCOJ+u8pJ1JfXBRCzjCmwTITzgDXzuNb+x3bla+KZUk71gbrH2i8z9Ih+RzpDVAhBYPq2ixVjjFhykseaj3rzy21D0yFgsIn13Fmirurlw9fas9puzQRmFDRXlpsUOWvn9m+CtnhKNkl1hjCE1v92h+G0nGzFg9cmA9ZwXhY/6/MGWfsTeozbGyLKUesRAhVPTsdK6wEm3vk2R0Sw0iX7nlp2/76+qIcIHIOjUBjlTN glooder@subm4rine"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue