calculate the key (install calckey)

This commit is contained in:
Schrottkatze 2023-05-06 03:19:19 +02:00
parent f9f9db7891
commit 79834e2953
5 changed files with 85 additions and 8 deletions

View file

@ -13,11 +13,15 @@
boot.kernelParams = [ "console=tty" ];
boot.initrd.kernelModules = [ "virtio_gpu" ];
users.users.april = {
isNormalUser = true;
packages = with pkgs; [ podman ];
createHome = true;
};
#users.users.april = {
#isNormalUser = true;
#packages = with pkgs; [ git ];
#createHome = true;
#extraGroups = [ "docker" ];
#openssh.authorizedKeys.keys = [
#"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMxsX+lEWkHZt9NOvn9yYFP0Z++186LY4b97C4mwj/f2 waterdev@galaxycrow.de"
#];
#};
services.openssh = {
enable = true;