Enable passwordless wheel sudo and add /run/openbao and /run/secrets
This commit is contained in:
parent
512bd5896c
commit
128209e4aa
2 changed files with 6 additions and 0 deletions
|
|
@ -278,6 +278,8 @@
|
|||
];
|
||||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
# System configuration
|
||||
system.stateVersion = stateVersion;
|
||||
networking.hostName = configuration_name;
|
||||
|
|
|
|||
|
|
@ -24,6 +24,10 @@
|
|||
"/var/lib/upower"
|
||||
|
||||
"/var/lib/flatpak"
|
||||
|
||||
# bao secrets
|
||||
"/run/openbao"
|
||||
"/run/secrets"
|
||||
];
|
||||
files = [
|
||||
"/machine-key.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue