Skip to content

Commit bf0b42c

Browse files
committed
Add docker to nas
1 parent 3016147 commit bf0b42c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hosts/nickel/default.nix

+6
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,10 @@
131131
lm_sensors
132132
rclone
133133
];
134+
135+
virtualisation.docker = {
136+
enable = true;
137+
enableOnBoot = true;
138+
autoPrune.enable = true;
139+
};
134140
}

0 commit comments

Comments
 (0)