Restructured alexandria
This commit is contained in:
parent
629f9196e2
commit
b3f9a791ba
8 changed files with 76 additions and 118 deletions
|
|
@ -1,14 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users = {
|
||||
user = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" ];
|
||||
shell = pkgs.fish;
|
||||
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA1v3+q3EaruiiStWjubEJWvtejam/r41uoOpCdwJtLL foxtrot@rotterdam" ];
|
||||
hashedPassword = "";
|
||||
};
|
||||
root.hashedPassword = "!";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue