diff options
| author | Max Audron <audron@cocaine.farm> | 2024-02-07 14:44:48 +0000 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2024-02-07 14:44:48 +0000 |
| commit | 1dddacff66d9ee7a587cc6ead0fb7a202e099e20 (patch) | |
| tree | 216ac49badb2cd9558196e639ce26dbec893c41d /modules | |
| parent | add memory limit to authentik ldap cus memory leak (diff) | |
set oci container runtime in common module
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/common/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix index 26f42c4..4a2bfd3 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -30,6 +30,8 @@ }; }; + virtualisation.oci-containers.backend = "podman"; + # CPU powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand"; hardware.cpu.amd.updateMicrocode = |
