Compare commits
No commits in common. "a20313d46a53998f2937915c88f16dd337fbdba3" and "789c83686f93da37ba92772f09fe647977efcc66" have entirely different histories.
a20313d46a
...
789c83686f
@ -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;
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
virtualisation = {
|
||||
docker = {enable = true;};
|
||||
libvirtd = {enable = true;};
|
||||
kvmgt = {enable = true;};
|
||||
};
|
||||
|
||||
services = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user