Add users to redmond
This commit is contained in:
parent
aa6bbf5930
commit
b6d7c470d2
4
hosts/redmond/users/default.nix
Normal file
4
hosts/redmond/users/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [ ./main ];
|
||||
}
|
8
hosts/redmond/users/main/default.nix
Normal file
8
hosts/redmond/users/main/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
home-manager.users."${config.sysusers.main}" = {
|
||||
home = {
|
||||
stateVersion = lib.mkForce "24.05";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue