Make toothpick behave closer to blowhole

Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
main 2022-11-28 01:35:33 +01:00
parent 6f63c57842
commit 99eaf02dfb
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -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 = {