a lot more changes to get it to work on hpm
This commit is contained in:
12
users/me/default.nix
Normal file
12
users/me/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ secretsDir, inputs, ... }:
|
||||
{
|
||||
users.users.me = {
|
||||
isNormalUser = true;
|
||||
passwordFile = "${secretsDir}/main-user-pwd";
|
||||
extraGroups = [ "networkmanager" "wheel" "libvirtd" ]; # Enable ‘sudo’ for the user.
|
||||
|
||||
};
|
||||
|
||||
#home-manager._module.args = { inherit inputs; };
|
||||
home-manager.users.me = import ./home.nix;
|
||||
}
|
||||
Reference in New Issue
Block a user