Updated zellij and docker configuration

This commit is contained in:
2025-02-06 11:16:24 +01:00
parent 3a61bc6b26
commit f3362df5aa
2 changed files with 4 additions and 40 deletions

View File

@@ -17,10 +17,6 @@ in {
config = mkIf cfg.enable {
virtualisation.docker = {
enable = true;
rootless = {
enable = true;
setSocketVariable = true;
};
};
users.users.xeovalyte.extraGroups = [ "docker" ];