remove unnecessary podman group
This commit is contained in:
parent
8193868878
commit
4331ec84d1
|
|
@ -24,7 +24,7 @@ cat << EOF > "$HOST/default.nix"
|
|||
time.timeZone = "America/Chicago";
|
||||
users.users.$USER = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "podman"];
|
||||
extraGroups = ["wheel"];
|
||||
};
|
||||
}
|
||||
EOF
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
};
|
||||
users.users.ahnwuoa = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "podman"];
|
||||
extraGroups = ["wheel"];
|
||||
};
|
||||
networking.firewall = {
|
||||
logReversePathDrops = true;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
users.users = {
|
||||
ahnwuoa = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "podman"];
|
||||
extraGroups = ["wheel"];
|
||||
};
|
||||
u2h = {
|
||||
isNormalUser = true;
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@
|
|||
];
|
||||
users.users.caandt = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "podman"];
|
||||
extraGroups = ["wheel"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@
|
|||
};
|
||||
users.users.ahnwuoa = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "podman"];
|
||||
extraGroups = ["wheel"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue