summary refs log tree commit diff
path: root/nixos/modules/system/boot/systemd.nix
diff options
context:
space:
mode:
authorLeorize <leorize+oss@disroot.org>2022-12-08 02:49:12 -0600
committerLeorize <leorize+oss@disroot.org>2022-12-09 12:10:51 -0600
commit05420f34cf7b8eb6acb1e18d918b1a9a78762473 (patch)
treec805229f040ae4b2b9487742e570029882cb7663 /nixos/modules/system/boot/systemd.nix
parent0cc87ab901909ae949d22caf071e446bed83e47a (diff)
downloadnixpkgs-05420f34cf7b8eb6acb1e18d918b1a9a78762473.tar
nixpkgs-05420f34cf7b8eb6acb1e18d918b1a9a78762473.tar.gz
nixpkgs-05420f34cf7b8eb6acb1e18d918b1a9a78762473.tar.bz2
nixpkgs-05420f34cf7b8eb6acb1e18d918b1a9a78762473.tar.lz
nixpkgs-05420f34cf7b8eb6acb1e18d918b1a9a78762473.tar.xz
nixpkgs-05420f34cf7b8eb6acb1e18d918b1a9a78762473.tar.zst
nixpkgs-05420f34cf7b8eb6acb1e18d918b1a9a78762473.zip
nixos: add systemd-homed support
As a start, it's not very configurable, but works pretty well.
Diffstat (limited to 'nixos/modules/system/boot/systemd.nix')
-rw-r--r--nixos/modules/system/boot/systemd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index e37ed853181..679a663362b 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -450,7 +450,7 @@ in
         (mkAfter [ "systemd" ])
       ]);
       group = (mkMerge [
-        (mkAfter [ "systemd" ])
+        (mkAfter [ "[success=merge] systemd" ]) # need merge so that NSS won't stop at file-based groups
       ]);
     };