This commit is contained in:
joygnu 2024-06-18 17:56:00 +02:00
parent cb3cc2aabc
commit dd150ccb78

View file

@ -18,7 +18,7 @@
users.users.joy = {
isNormalUser = true;
description = "joy";
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "docker" ];
};
nix.settings.experimental-features = [ "nix-command" "flakes"];