diff options
-rw-r--r-- | configuration.nix | 5 |
1 files changed, 0 insertions, 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; |