From 4331ec84d1d903e194f9fa48338869c69e1e442a Mon Sep 17 00:00:00 2001 From: caandt Date: Mon, 20 Jan 2025 10:41:53 -0600 Subject: [PATCH] remove unnecessary podman group --- bin/mkhost | 2 +- hosts/hebesu/default.nix | 2 +- hosts/hyuganatsu/default.nix | 2 +- hosts/iyokan/default.nix | 2 +- hosts/yuzu/default.nix | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/mkhost b/bin/mkhost index 3c31e02..ecede89 100755 --- a/bin/mkhost +++ b/bin/mkhost @@ -24,7 +24,7 @@ cat << EOF > "$HOST/default.nix" time.timeZone = "America/Chicago"; users.users.$USER = { isNormalUser = true; - extraGroups = ["wheel" "podman"]; + extraGroups = ["wheel"]; }; } EOF diff --git a/hosts/hebesu/default.nix b/hosts/hebesu/default.nix index d454d8e..03dafbe 100644 --- a/hosts/hebesu/default.nix +++ b/hosts/hebesu/default.nix @@ -24,7 +24,7 @@ }; users.users.ahnwuoa = { isNormalUser = true; - extraGroups = ["wheel" "podman"]; + extraGroups = ["wheel"]; }; networking.firewall = { logReversePathDrops = true; diff --git a/hosts/hyuganatsu/default.nix b/hosts/hyuganatsu/default.nix index cb16d2e..cf6bf51 100644 --- a/hosts/hyuganatsu/default.nix +++ b/hosts/hyuganatsu/default.nix @@ -15,7 +15,7 @@ users.users = { ahnwuoa = { isNormalUser = true; - extraGroups = ["wheel" "podman"]; + extraGroups = ["wheel"]; }; u2h = { isNormalUser = true; diff --git a/hosts/iyokan/default.nix b/hosts/iyokan/default.nix index 7b37626..1804aff 100644 --- a/hosts/iyokan/default.nix +++ b/hosts/iyokan/default.nix @@ -18,6 +18,6 @@ ]; users.users.caandt = { isNormalUser = true; - extraGroups = ["wheel" "podman"]; + extraGroups = ["wheel"]; }; } diff --git a/hosts/yuzu/default.nix b/hosts/yuzu/default.nix index 6694244..51f5550 100644 --- a/hosts/yuzu/default.nix +++ b/hosts/yuzu/default.nix @@ -18,6 +18,6 @@ }; users.users.ahnwuoa = { isNormalUser = true; - extraGroups = ["wheel" "podman"]; + extraGroups = ["wheel"]; }; }