From bd8e6b438a23751ef21a3a9ddf589b0be6ba0948 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Thu, 25 Jan 2024 13:43:45 -0600 Subject: Try again --- configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configuration.nix b/configuration.nix index 005ddb5..3682fed 100644 --- a/configuration.nix +++ b/configuration.nix @@ -28,16 +28,11 @@ in { hostPath = "/mnt/ann/"; isReadOnly = false; }; - "/srv/ann-queue" = { - hostPath = "/mnt/ann-queue/"; - isReadOnly = false; - }; }; config = { config, pkgs, ... }: { systemd.tmpfiles.rules = [ "d /srv/ann 700 ann ann -" - "d /srv/ann-queue 700 guest guest -" ]; users.users.ann = { isSystemUser = true; -- cgit v1.2.3