treewide: rename deprecated options
This commit is contained in:
parent
d99a56cd95
commit
cc835da43c
5 changed files with 13 additions and 13 deletions
|
|
@ -5,7 +5,7 @@
|
|||
extraGroups = [ "adbusers" "audio" "corectrl" "libvirtd" "networkmanager" "video" "wheel" "wireshark" ];
|
||||
shell = pkgs.zsh;
|
||||
uid = 1001;
|
||||
passwordFile = config.age.secrets.passwd.path;
|
||||
hashedPasswordFile = config.age.secrets.passwd.path;
|
||||
};
|
||||
home-manager.users.rin = { config, enableGUI, lib, pkgs, ... }: {
|
||||
home = {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
extraGroups = [ "adbusers" "audio" "corectrl" "libvirtd" "networkmanager" "video" "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
uid = 1001;
|
||||
passwordFile = config.age.secrets.passwd.path;
|
||||
hashedPasswordFile = config.age.secrets.passwd.path;
|
||||
};
|
||||
home-manager.users.rin = { config, enableGUI, lib, pkgs, ... }: {
|
||||
home = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue