summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index b32274bb..35833925 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -240,7 +240,7 @@ in {
240 group = "lp"; 240 group = "lp";
241 isSystemUser = true; 241 isSystemUser = true;
242 createHome = true; 242 createHome = true;
243 home = "/var/thermoprint"; 243 home = "/var/lib/thermoprint";
244 }; 244 };
245 245
246 systemd.services."thermoprint" = { 246 systemd.services."thermoprint" = {