Fixed Home Manager API Change

This commit is contained in:
2026-06-30 00:53:47 +02:00
parent 57bed639e8
commit 70ab04e947
8 changed files with 9 additions and 11 deletions
@@ -29,7 +29,7 @@
fsType = "tmpfs";
options = [
"defaults"
"size=2G"
"size=6G"
"mode=755"
];
};
+2
View File
@@ -63,4 +63,6 @@
virtualisation.docker.enable = true;
users.users.phil.extraGroups = [ "docker" ];
programs.fuse.userAllowOther = true;
}