diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-05-12 09:49:23 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-05-12 09:49:23 +0200 |
| commit | f09eab52f18b0e7c4b11d6112793b349855ecb15 (patch) | |
| tree | 4e2773b772fcc11d23027e2ec721ac5f03dcc52d /system/virtualisation.nix | |
| parent | 3f3423c1f1585d9dcfd6404a6e6311bfdf837e26 (diff) | |
Moved docker sotrage driver btrfs to be herra specific as kronos doesnt use btrfs
Diffstat (limited to 'system/virtualisation.nix')
| -rw-r--r-- | system/virtualisation.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/virtualisation.nix b/system/virtualisation.nix index 7bfcb95..1f795ae 100644 --- a/system/virtualisation.nix +++ b/system/virtualisation.nix @@ -1,7 +1,6 @@ {...}: { virtualisation.docker = { enable = true; - storageDriver = "btrfs"; }; users.extraGroups.docker.members = ["mun"]; |
