diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-16 14:08:07 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-16 14:08:07 -0500 |
commit | d127fd905fcd96badfec2d2c34bdb66d1b6a1b0f (patch) | |
tree | 5b646829f6cdd4c461167d82e566404b2abd1b46 | |
parent | 396e89dd58370f9dd09515a7087a83d65da75c2d (diff) | |
download | nixos-d127fd905fcd96badfec2d2c34bdb66d1b6a1b0f.tar.gz nixos-d127fd905fcd96badfec2d2c34bdb66d1b6a1b0f.tar.bz2 nixos-d127fd905fcd96badfec2d2c34bdb66d1b6a1b0f.zip |
colon
Diffstat (limited to '')
-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 = { |