mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 21:18:18 -04:00
reformatted richie default.nix
This commit is contained in:
@@ -11,7 +11,8 @@ in {
|
|||||||
neededForUsers = true;
|
neededForUsers = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.richie = {
|
users = {
|
||||||
|
users.richie = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
|
||||||
hashedPasswordFile = "${config.sops.secrets.richie_password.path}";
|
hashedPasswordFile = "${config.sops.secrets.richie_password.path}";
|
||||||
@@ -42,8 +43,7 @@ in {
|
|||||||
uid = 1000;
|
uid = 1000;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.groups.richie = {
|
groups.richie.gid = 1000;
|
||||||
gid = 1000;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.richie = import ./systems/${config.networking.hostName}.nix;
|
home-manager.users.richie = import ./systems/${config.networking.hostName}.nix;
|
||||||
|
|||||||
Reference in New Issue
Block a user