summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-16 14:08:07 -0500
committerMarc Coquand <marc@mccd.space>2024-05-16 14:08:07 -0500
commitd127fd905fcd96badfec2d2c34bdb66d1b6a1b0f (patch)
tree5b646829f6cdd4c461167d82e566404b2abd1b46
parent396e89dd58370f9dd09515a7087a83d65da75c2d (diff)
downloadnixos-d127fd905fcd96badfec2d2c34bdb66d1b6a1b0f.tar.gz
nixos-d127fd905fcd96badfec2d2c34bdb66d1b6a1b0f.tar.bz2
nixos-d127fd905fcd96badfec2d2c34bdb66d1b6a1b0f.zip
colon
-rw-r--r--configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix
index cf25416..25335ff 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -12,7 +12,7 @@ in {
networking.nat.externalInterface = "eth0";
systemd.tmpfiles.rules = [
- "d /mnt/ 700 root root -";
+ "d /mnt/ 700 root root -"
];
containers.ann = {