This commit is contained in:
DACHXY 2024-12-12 10:57:27 +08:00
parent 3728ac496d
commit 53395d3971
81 changed files with 723 additions and 1543 deletions

View file

@ -1,15 +1,9 @@
{ config, pkgs, ... }:
{
users.users.gpskwlkr = {
isNormalUser = true;
shell = pkgs.zsh;
extraGroups = [
"wheel"
"qemu"
"kvm"
"libvirtd"
"networkmanager"
];
};
users.users.danny = {
isNormalUser = true;
shell = pkgs.zsh;
extraGroups = [ "wheel" "qemu" "kvm" "libvirtd" "networkmanager" ];
};
}