reorganizing files

This commit is contained in:
Elias Gasparis 2025-02-09 20:22:46 +08:00
parent c51bc454bc
commit 6c99ced7fe
10 changed files with 33 additions and 31 deletions

View file

@ -1,13 +0,0 @@
{ pkgs, lib, config, ... }:
# enable docker
{
# Enable Docker
virtualisation.docker = {
enable = true;
autoPrune = {
enable = true;
};
};
}