Compare commits
No commits in common. "1e841e0397651a5c2ea434481ef000292d3a6fbd" and "6fd71598cb15f414178ec96528543477bf77df61" have entirely different histories.
1e841e0397
...
6fd71598cb
|
@ -1,20 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
users.users.adriangl = {
|
||||
isNormalUser = true;
|
||||
description = "(0_0)";
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"drift"
|
||||
];
|
||||
|
||||
packages = with pkgs; [
|
||||
exa
|
||||
neovim
|
||||
];
|
||||
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFa5y7KyLn2tjxed1czMbyM5scnEpo9v/GfnhL/28ckM legolas"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue