summary refs log tree commit diff
path: root/nixos/modules/system/boot/systemd.nix
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2021-12-08 15:07:28 +0000
committerGitHub <noreply@github.com>2021-12-08 15:07:28 +0000
commiteee45bb295b9e4550e778982136f5b8aa1ab37fc (patch)
tree717d84c48d49615acc43a3a0b2e33442572f339a /nixos/modules/system/boot/systemd.nix
parent8010ff0d543d21fe639efd17f5ecb6e3e3ee9534 (diff)
parent851495a752f9f631cf47637df1d6e7a301920ba4 (diff)
downloadnixpkgs-eee45bb295b9e4550e778982136f5b8aa1ab37fc.tar
nixpkgs-eee45bb295b9e4550e778982136f5b8aa1ab37fc.tar.gz
nixpkgs-eee45bb295b9e4550e778982136f5b8aa1ab37fc.tar.bz2
nixpkgs-eee45bb295b9e4550e778982136f5b8aa1ab37fc.tar.lz
nixpkgs-eee45bb295b9e4550e778982136f5b8aa1ab37fc.tar.xz
nixpkgs-eee45bb295b9e4550e778982136f5b8aa1ab37fc.tar.zst
nixpkgs-eee45bb295b9e4550e778982136f5b8aa1ab37fc.zip
Merge pull request #146815 from ElvishJerricco/systemd-utils-expressions
Move systemd-lib.nix and systemd-unit-options.nix into utils
Diffstat (limited to 'nixos/modules/system/boot/systemd.nix')
-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 6e0ee437d91..ec5dea075bb 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -1,9 +1,9 @@
 { config, lib, pkgs, utils, ... }:
 
 with utils;
+with systemdUtils.unitOptions;
+with systemdUtils.lib;
 with lib;
-with import ./systemd-unit-options.nix { inherit config lib; };
-with import ./systemd-lib.nix { inherit config lib pkgs; };
 
 let