summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-01-25 13:43:45 -0600
committerMarc Coquand <marc@mccd.space>2024-01-25 13:43:45 -0600
commitbd8e6b438a23751ef21a3a9ddf589b0be6ba0948 (patch)
treee46ce90a96b9ddb4cf3d568212eb2bd9646ac12e
parentec8745c1e49cda1765dcf75555dff779c1bb59c7 (diff)
downloadnixos-bd8e6b438a23751ef21a3a9ddf589b0be6ba0948.tar.gz
nixos-bd8e6b438a23751ef21a3a9ddf589b0be6ba0948.tar.bz2
nixos-bd8e6b438a23751ef21a3a9ddf589b0be6ba0948.zip
Try again
-rw-r--r--configuration.nix5
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;