From d481fef8ff514a06f043bf195ba67b9a2c3c9b45 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 30 Apr 2024 07:56:56 -0500 Subject: [PATCH] Update home. --- nixos/telperion/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/telperion/configuration.nix b/nixos/telperion/configuration.nix index 9f44162..4c7e851 100644 --- a/nixos/telperion/configuration.nix +++ b/nixos/telperion/configuration.nix @@ -71,8 +71,8 @@ users.groups.matchbox = {}; users.users = { matchbox = { + home = "/srv/matchbox"; group = "matchbox"; - home = "matchbox"; isSystemUser = true; }; };