Little refactor

This commit is contained in:
Lillian Violet 2024-02-21 12:09:57 +01:00
parent 75a43bad23
commit 5a05a79705

View file

@ -37,6 +37,7 @@
users.users.lillian = { users.users.lillian = {
hashedPasswordFile = config.sops.secrets."lillian-password".path; hashedPasswordFile = config.sops.secrets."lillian-password".path;
extraGroups = ["docker"];
}; };
home-manager = { home-manager = {
@ -80,8 +81,6 @@
# Enable bluetooth hardware # Enable bluetooth hardware
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
users.users.lillian.extraGroups = ["docker"];
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "unstable"; system.stateVersion = "unstable";
} }