Little refactor
This commit is contained in:
parent
75a43bad23
commit
5a05a79705
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue