Compare commits
No commits in common. "a20313d46a53998f2937915c88f16dd337fbdba3" and "789c83686f93da37ba92772f09fe647977efcc66" have entirely different histories.
a20313d46a
...
789c83686f
@ -30,13 +30,15 @@
|
|||||||
|
|
||||||
users = {
|
users = {
|
||||||
motd = "Welcome to the Server";
|
motd = "Welcome to the Server";
|
||||||
defaultUserShell = pkgs.nushell;
|
defaultUserShell = pkgs.zsh;
|
||||||
users = {
|
users = {
|
||||||
k = {
|
k = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "k";
|
description = "k";
|
||||||
extraGroups = ["networkmanager" "wheel" "libvirtd"];
|
extraGroups = ["networkmanager" "wheel" "libvirtd"];
|
||||||
openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPKbKVe6gneJ9ghFih3bOeL++iDNPJNIMoZSdNMOsD0I k@laptop"];
|
openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPKbKVe6gneJ9ghFih3bOeL++iDNPJNIMoZSdNMOsD0I k@laptop"];
|
||||||
|
packages = with pkgs; [zsh];
|
||||||
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
docker = {
|
docker = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
|||||||
@ -17,7 +17,6 @@
|
|||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker = {enable = true;};
|
docker = {enable = true;};
|
||||||
libvirtd = {enable = true;};
|
libvirtd = {enable = true;};
|
||||||
kvmgt = {enable = true;};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user