users: fix home-manager for xll

This commit is contained in:
陈浩南 2023-09-13 22:27:40 +08:00
parent 040352d30a
commit da1a328165

View File

@ -129,6 +129,7 @@ inputs:
shell = inputs.pkgs.zsh;
autoSubUidGidRange = true;
};
home-manager.users.xll = {};
sops.secrets."users/xll".neededForUsers = true;
nixos.services.groupshare.mountPoints = [ "/home/xll/groupshare" ];
};