diff options
-rw-r--r-- | configuration.nix | 2 |
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 = { |