summary refs log tree commit diff
path: root/nixos/modules/system/boot/systemd.nix
diff options
context:
space:
mode:
authorWill Fancher <elvishjerricco@gmail.com>2021-11-20 12:34:13 -0500
committerWill Fancher <elvishjerricco@gmail.com>2021-11-20 17:52:29 -0500
commit851495a752f9f631cf47637df1d6e7a301920ba4 (patch)
treee466715084d8d6d945e989656a86bff987a73df3 /nixos/modules/system/boot/systemd.nix
parent715f63411952c86c8f57ab9e3e3cb866a015b5f2 (diff)
downloadnixpkgs-851495a752f9f631cf47637df1d6e7a301920ba4.tar
nixpkgs-851495a752f9f631cf47637df1d6e7a301920ba4.tar.gz
nixpkgs-851495a752f9f631cf47637df1d6e7a301920ba4.tar.bz2
nixpkgs-851495a752f9f631cf47637df1d6e7a301920ba4.tar.lz
nixpkgs-851495a752f9f631cf47637df1d6e7a301920ba4.tar.xz
nixpkgs-851495a752f9f631cf47637df1d6e7a301920ba4.tar.zst
nixpkgs-851495a752f9f631cf47637df1d6e7a301920ba4.zip
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 8fcf62d7fbf..c2ad043b789 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