wip
This commit is contained in:
14
config/nixos/users.nix
Normal file
14
config/nixos/users.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ config, pkgs, ... }: {
|
||||
users.users.menno = {
|
||||
isNormalUser = true;
|
||||
description = "Menno van Leeuwen";
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
"kvm"
|
||||
"libvirtd"
|
||||
"qemu-libvirtd"
|
||||
];
|
||||
packages = with pkgs; [ ];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user