Fixed Home Manager API Change
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
fsType = "tmpfs";
|
||||
options = [
|
||||
"defaults"
|
||||
"size=2G"
|
||||
"size=6G"
|
||||
"mode=755"
|
||||
];
|
||||
};
|
||||
|
||||
@@ -63,4 +63,6 @@
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
users.users.phil.extraGroups = [ "docker" ];
|
||||
|
||||
programs.fuse.userAllowOther = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user