mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 01:56:13 +01:00
Make toothpick behave closer to blowhole
Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
parent
6f63c57842
commit
99eaf02dfb
|
@ -17,18 +17,25 @@
|
|||
with lib;
|
||||
{
|
||||
imports = [
|
||||
(roots.nixos + "/modules")
|
||||
(roots.nixos + "/profiles/vps.nix")
|
||||
./consul.nix
|
||||
./nomad.nix
|
||||
./vault-agent.nix
|
||||
];
|
||||
|
||||
home-manager.users."main" = {...}: {
|
||||
home.stateVersion = "22.05";
|
||||
};
|
||||
|
||||
_module.args.nixinate = {
|
||||
host = "redalder.org";
|
||||
sshUser = "main";
|
||||
buildOn = "local";
|
||||
substituteOnTarget = true;
|
||||
hermetic = false;
|
||||
nixOptions = [
|
||||
"--override-input secret path://$HOME/dotfiles/secret"
|
||||
];
|
||||
};
|
||||
|
||||
magic_rb = {
|
||||
|
|
Loading…
Reference in a new issue