Merge branch 'master' of ssh://git.joshuabell.xyz:3032/ringofstorms/dotfiles

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-12 16:01:45 -06:00
commit 15769eda74
2 changed files with 6 additions and 0 deletions

View file

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

View file

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