flake: use agenix

This commit is contained in:
LavaDesu 2021-09-20 15:09:44 +07:00
parent 4fbeaab7eb
commit eee9b5df5b
Signed by: cilly
GPG key ID: 6500251E087653C9
10 changed files with 81 additions and 19 deletions

View file

@ -4,6 +4,7 @@
extraGroups = [ "adbusers" "audio" "video" "wheel" ];
shell = pkgs.zsh;
uid = 1001;
passwordFile = config.age.secrets.passwd.path;
};
home-manager.users.rin = { config, enableGUI, lib, pkgs, ... }: {
home = {