moved options
This commit is contained in:
@@ -75,6 +75,22 @@ in
|
|||||||
pkgs = import inputs.nixpkgs { system = "x86_64-linux"; };
|
pkgs = import inputs.nixpkgs { system = "x86_64-linux"; };
|
||||||
modules = with inputs.self.modules; [
|
modules = with inputs.self.modules; [
|
||||||
homeManager."${username}"
|
homeManager."${username}"
|
||||||
|
{
|
||||||
|
imports = with inputs.self.modules.homeManager; [
|
||||||
|
rebuild
|
||||||
|
john
|
||||||
|
sops
|
||||||
|
# step-ssh-user
|
||||||
|
# mtls
|
||||||
|
restic
|
||||||
|
];
|
||||||
|
targets.genericLinux.enable = true;
|
||||||
|
|
||||||
|
shell.program = "zsh";
|
||||||
|
|
||||||
|
home.username = "${username}";
|
||||||
|
home.homeDirectory = "/home/${username}";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user