docker, update lock, sensors

This commit is contained in:
2025-09-13 10:38:21 +02:00
parent b5212ede78
commit 72093f2498
4 changed files with 22 additions and 15 deletions

5
modules/nixos/docker.nix Normal file
View File

@@ -0,0 +1,5 @@
{
virtualisation.docker = {
enable = true;
};
}