From 093c09a6e4b7a76ddc6698c0e8b1e94bfde192d0 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 29 May 2024 07:06:59 -0500 Subject: [PATCH] swap group and user --- nixos/gandalf/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/gandalf/configuration.nix b/nixos/gandalf/configuration.nix index 7e29d64..b361e20 100644 --- a/nixos/gandalf/configuration.nix +++ b/nixos/gandalf/configuration.nix @@ -276,7 +276,7 @@ in volumes = [ "/eru/containers/volumes/unifi/cert:/certs" ]; - user = "102:999"; + user = "999:102"; environment = { TZ = "America/Chicago"; LA_DATADIR="/certs";