mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
archlinux: Add polkit to initial package list
The polkit package is used to let unprivileged users run certain commands. With it, it is possible to run system commands such as `poweroff` and `reboot` with an unprivileged user. Traditionally, only privileged users have access to power management, but for many desktop setups, you may want to let unprivileged users perform operations such as shutdown the machine if no other users are logged in.
This commit is contained in:
parent
dc261e58ad
commit
818d8a7df3
@ -6,4 +6,4 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
pacstrap /mnt base base-devel grub fish
|
pacstrap /mnt base base-devel grub fish polkit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user