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