diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-03-11 08:44:02 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-03-11 08:44:02 +0100 |
| commit | b834c69d9c8dca7544498fac68bfa9205c208bff (patch) | |
| tree | 1bf9a765235d91eceb4cafab9fe4aa1336bdada7 /hosts/nixedo | |
| parent | e2b118b9a07bfb53203ebb503a86bdcdd6eaa457 (diff) | |
update config
Diffstat (limited to 'hosts/nixedo')
| -rw-r--r-- | hosts/nixedo/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/nixedo/default.nix b/hosts/nixedo/default.nix index a5216de..68898bc 100644 --- a/hosts/nixedo/default.nix +++ b/hosts/nixedo/default.nix @@ -86,10 +86,6 @@ virtualisation = { libvirtd.enable = true; - docker = { - enable = true; - storageDriver = "btrfs"; - }; }; system.stateVersion = "24.05"; |