diff options
author | azahi <azat@bahawi.net> | 2025-01-14 13:27:50 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2025-01-14 13:27:50 +0300 |
commit | b8ea365ca8eb801f8c8442f2f9ab439343ed8b8f (patch) | |
tree | fe46f6e8f0da8d8525e486290cca3079679b363d /modules/common/systemd.nix | |
parent | 2025-01-06 (diff) |
2025-01-14
Diffstat (limited to '')
-rw-r--r-- | modules/common/systemd.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/common/systemd.nix b/modules/common/systemd.nix index 996096e..f832518 100644 --- a/modules/common/systemd.nix +++ b/modules/common/systemd.nix @@ -1,6 +1,5 @@ { config, - lib, ... }: { @@ -36,16 +35,8 @@ user = { inherit extraConfig; }; - - suppressedSystemUnits = lib.optionals config.nixfiles.modules.ark.enable [ - "systemd-machine-id-commit.service" - ]; }; - boot.initrd.systemd.suppressedUnits = lib.optionals config.nixfiles.modules.ark.enable [ - "systemd-machine-id-commit.service" - ]; - environment.variables = { SYSTEMD_PAGERSECURE = "1"; SYSTEMD_PAGER = "less"; |