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

View File

@@ -11,6 +11,7 @@
./firewall.nix
./ssh.nix
./adguard.nix
./docker.nix
../tailscale.nix
../syncthing.nix
sops-nix.nixosModules.sops

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

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

View File

@@ -1,5 +1,6 @@
{pkgs}:
with pkgs; [
gcc15
lm_sensors
ghostty.terminfo
]