feat: add sops, gpg agent, yubikey tools
This commit is contained in:
@@ -54,7 +54,10 @@
|
||||
|
||||
users.users.luca = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"docker"
|
||||
];
|
||||
packages = with pkgs; [
|
||||
tree
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user