From a3988c1a7725eb791795643e0810f03bab4572b3 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 18 Aug 2025 16:47:23 +0900 Subject: hst: rename net and abstract fields This makes more sense and matches the container library. Signed-off-by: Ophestra --- options.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options.nix') diff --git a/options.nix b/options.nix index ec2533c0..91ea7c49 100644 --- a/options.nix +++ b/options.nix @@ -179,10 +179,10 @@ in tty = mkEnableOption "access to the controlling terminal"; multiarch = mkEnableOption "multiarch kernel-level support"; - net = mkEnableOption "network access" // { + hostNet = mkEnableOption "share host net namespace" // { default = true; }; - abstract = mkEnableOption "abstract unix domain socket access"; + hostAbstract = mkEnableOption "share abstract unix socket scope"; nix = mkEnableOption "nix daemon access"; mapRealUid = mkEnableOption "mapping to priv-user uid"; -- cgit v1.3.1