Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 70b3e2ccff | |||
| 73bab574d4 |
@@ -75,6 +75,20 @@ in
|
||||
pkgs = import inputs.nixpkgs { system = "x86_64-linux"; };
|
||||
modules = with inputs.self.modules; [
|
||||
homeManager."${username}"
|
||||
{
|
||||
imports = with inputs.self.modules.homeManager; [
|
||||
rebuild
|
||||
john
|
||||
sops
|
||||
# step-ssh-user
|
||||
# mtls
|
||||
# restic
|
||||
];
|
||||
|
||||
home.username = "${username}";
|
||||
home.homeDirectory = "/home/${username}";
|
||||
shell.program = "zsh";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user