mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
nixos/systemd-confinement: remove unused rootName
This commit is contained in:
parent
fb95bbd0b9
commit
ec8d74d58a
@ -94,7 +94,6 @@ in {
|
||||
};
|
||||
|
||||
config = let
|
||||
rootName = "${mkPathSafeName name}-chroot";
|
||||
inherit (config.confinement) binSh fullUnit;
|
||||
wantsAPIVFS = lib.mkDefault (config.confinement.mode == "full-apivfs");
|
||||
in lib.mkIf config.confinement.enable {
|
||||
|
Loading…
Reference in New Issue
Block a user