about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorFabian Möller <fabianm88@gmail.com>2019-10-09 10:53:01 +0200
committerFabian Möller <fabianm88@gmail.com>2019-10-09 10:53:01 +0200
commit996d846726f9d685970b37bad53df25fc33aa094 (patch)
tree7086e0f20317ba302f0c4c469ca97ad4601ab40b /nixos
parent07d4df5962625285bcc09b057b40001bfa32340d (diff)
downloadnixlib-996d846726f9d685970b37bad53df25fc33aa094.tar
nixlib-996d846726f9d685970b37bad53df25fc33aa094.tar.gz
nixlib-996d846726f9d685970b37bad53df25fc33aa094.tar.bz2
nixlib-996d846726f9d685970b37bad53df25fc33aa094.tar.lz
nixlib-996d846726f9d685970b37bad53df25fc33aa094.tar.xz
nixlib-996d846726f9d685970b37bad53df25fc33aa094.tar.zst
nixlib-996d846726f9d685970b37bad53df25fc33aa094.zip
nixos/systemd: fix broken tmpfiles.d symlinks
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/system/boot/systemd.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index 669eb6a7056b..33b350902a1a 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -871,8 +871,8 @@ in
       "tmpfiles.d/journal-nocow.conf".source = "${systemd}/example/tmpfiles.d/journal-nocow.conf";
       "tmpfiles.d/static-nodes-permissions.conf".source = "${systemd}/example/tmpfiles.d/static-nodes-permissions.conf";
       "tmpfiles.d/systemd.conf".source = "${systemd}/example/tmpfiles.d/systemd.conf";
-      "tmpfiles.d/systemd-nspawn.conf".source = "${systemd}/example/tmpfiles.d/system-nspawn.conf";
-      "tmpfiles.d/systemd-tmp.conf".source = "${systemd}/example/tmpfiles.d/system-tmp.conf";
+      "tmpfiles.d/systemd-nspawn.conf".source = "${systemd}/example/tmpfiles.d/systemd-nspawn.conf";
+      "tmpfiles.d/systemd-tmp.conf".source = "${systemd}/example/tmpfiles.d/systemd-tmp.conf";
       "tmpfiles.d/var.conf".source = "${systemd}/example/tmpfiles.d/var.conf";
       "tmpfiles.d/x11.conf".source = "${systemd}/example/tmpfiles.d/x11.conf";