summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index f586e8dd..5a213345 100644
--- a/hel.nix
+++ b/hel.nix
@@ -97,6 +97,13 @@
97 97
98 nixpkgs.config.allowUnfree = true; 98 nixpkgs.config.allowUnfree = true;
99 99
100 virtualisiation.docker = {
101 enable = true;
102 autoPrune.enable = true;
103 enableOnBoot = false;
104 storageDriver = "overlay";
105 };
106
100 services = { 107 services = {
101 vnstat = { 108 vnstat = {
102 enable = true; 109 enable = true;