Restructured alexandria

This commit is contained in:
baduhai 2022-11-29 22:16:01 -03:00
parent 629f9196e2
commit b3f9a791ba
8 changed files with 76 additions and 118 deletions

View file

@ -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 = "!";
};
}