fix
This commit is contained in:
@@ -78,18 +78,15 @@ in
|
|||||||
{
|
{
|
||||||
imports = with inputs.self.modules.homeManager; [
|
imports = with inputs.self.modules.homeManager; [
|
||||||
rebuild
|
rebuild
|
||||||
john
|
|
||||||
sops
|
sops
|
||||||
# step-ssh-user
|
# step-ssh-user
|
||||||
# mtls
|
# mtls
|
||||||
restic
|
# restic
|
||||||
];
|
];
|
||||||
targets.genericLinux.enable = true;
|
|
||||||
|
|
||||||
shell.program = "zsh";
|
|
||||||
|
|
||||||
home.username = "${username}";
|
home.username = "${username}";
|
||||||
home.homeDirectory = "/home/${username}";
|
home.homeDirectory = "/home/${username}";
|
||||||
|
shell.program = "zsh";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user