about summary refs log tree commit diff
path: root/nixos/modules/system/boot
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-01-27 09:55:50 +0000
committerGitHub <noreply@github.com>2020-01-27 09:55:50 +0000
commit43f117537f37c687ce4e539cf64caab76c9ca3ff (patch)
treecdffc5a846556490d2e05ef337718a87623c7048 /nixos/modules/system/boot
parente59dcf8ccec439f54dc52ffd5832610fc3f6c9c2 (diff)
parent3ef51159639a2f9d660de0bb94d71b4afce85def (diff)
downloadnixlib-43f117537f37c687ce4e539cf64caab76c9ca3ff.tar
nixlib-43f117537f37c687ce4e539cf64caab76c9ca3ff.tar.gz
nixlib-43f117537f37c687ce4e539cf64caab76c9ca3ff.tar.bz2
nixlib-43f117537f37c687ce4e539cf64caab76c9ca3ff.tar.lz
nixlib-43f117537f37c687ce4e539cf64caab76c9ca3ff.tar.xz
nixlib-43f117537f37c687ce4e539cf64caab76c9ca3ff.tar.zst
nixlib-43f117537f37c687ce4e539cf64caab76c9ca3ff.zip
Merge pull request #78426 from Mic92/tmpfiles
nixos/systemd: add all systemd tmpfiles files
Diffstat (limited to 'nixos/modules/system/boot')
-rw-r--r--nixos/modules/system/boot/systemd.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index c438bb216e70..941df5797c66 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -869,11 +869,15 @@ in
       "sysctl.d/50-coredump.conf".source = "${systemd}/example/sysctl.d/50-coredump.conf";
       "sysctl.d/50-default.conf".source = "${systemd}/example/sysctl.d/50-default.conf";
 
+      "tmpfiles.d/home.conf".source = "${systemd}/example/tmpfiles.d/home.conf";
       "tmpfiles.d/journal-nocow.conf".source = "${systemd}/example/tmpfiles.d/journal-nocow.conf";
+      "tmpfiles.d/portables.conf".source = "${systemd}/example/tmpfiles.d/portables.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-nologin.conf".source = "${systemd}/example/tmpfiles.d/systemd-nologin.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/tmp.conf".source = "${systemd}/example/tmpfiles.d/tmp.conf";
       "tmpfiles.d/var.conf".source = "${systemd}/example/tmpfiles.d/var.conf";
       "tmpfiles.d/x11.conf".source = "${systemd}/example/tmpfiles.d/x11.conf";