lol

nixos/systemd-confinement: remove unused rootName

authored by

Wei Tang and committed by
GitHub
ec8d74d5 fb95bbd0

-1
-1
nixos/modules/security/systemd-confinement.nix
··· 94 94 }; 95 95 96 96 config = let 97 - rootName = "${mkPathSafeName name}-chroot"; 98 97 inherit (config.confinement) binSh fullUnit; 99 98 wantsAPIVFS = lib.mkDefault (config.confinement.mode == "full-apivfs"); 100 99 in lib.mkIf config.confinement.enable {