moved gpg conf to shared

This commit is contained in:
Rouven Seifert 2022-12-29 20:48:40 +01:00
parent dcf91b8d59
commit 262ca5c07a
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 23 additions and 29 deletions

View file

@ -3,7 +3,7 @@
nixpkgs.config.allowUnfree = true;
users.users.rouven = {
isNormalUser = true;
extraGroups = [ "wheel" "video" "libvirtd" "networkmanager" ];
extraGroups = [ "wheel" "video" "libvirtd" ];
};
home-manager.useUserPackages = true;
home-manager.useGlobalPkgs = true;