From 2477d1ffbec69c93918102b06071841811d4d155 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 3 Dec 2023 18:12:14 +0100 Subject: [PATCH] nix(loki): decrease subuid count --- nix/hosts/loki/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/hosts/loki/configuration.nix b/nix/hosts/loki/configuration.nix index 8c7304b..146dbad 100644 --- a/nix/hosts/loki/configuration.nix +++ b/nix/hosts/loki/configuration.nix @@ -124,7 +124,7 @@ hashedPasswordFile = config.age.secrets.rootPassphrase.path; subUidRanges = [ { - count = 65536; + count = 65535; startUid = 65536 * 28; # 1835008, docker } ];