Enable passwordless wheel sudo and add /run/openbao and /run/secrets

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-12 09:55:01 -06:00
parent 512bd5896c
commit 128209e4aa
2 changed files with 6 additions and 0 deletions

View file

@ -278,6 +278,8 @@
];
};
security.sudo.wheelNeedsPassword = false;
# System configuration
system.stateVersion = stateVersion;
networking.hostName = configuration_name;

View file

@ -24,6 +24,10 @@
"/var/lib/upower"
"/var/lib/flatpak"
# bao secrets
"/run/openbao"
"/run/secrets"
];
files = [
"/machine-key.json"