Compare commits

..

No commits in common. "a20313d46a53998f2937915c88f16dd337fbdba3" and "789c83686f93da37ba92772f09fe647977efcc66" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

@ -30,13 +30,15 @@
users = {
motd = "Welcome to the Server";
defaultUserShell = pkgs.nushell;
defaultUserShell = pkgs.zsh;
users = {
k = {
isNormalUser = true;
description = "k";
extraGroups = ["networkmanager" "wheel" "libvirtd"];
openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPKbKVe6gneJ9ghFih3bOeL++iDNPJNIMoZSdNMOsD0I k@laptop"];
packages = with pkgs; [zsh];
shell = pkgs.zsh;
};
docker = {
isNormalUser = true;

View File

@ -17,7 +17,6 @@
virtualisation = {
docker = {enable = true;};
libvirtd = {enable = true;};
kvmgt = {enable = true;};
};
services = {