fix: deploy and ignore mise local config
Some checks failed
/ build-host (map[host:beefcake]) (push) Has been cancelled
/ build-host (map[host:dragon]) (push) Has been cancelled
/ build-host (map[host:flipflop]) (push) Has been cancelled
/ build-host (map[host:foxtrot]) (push) Has been cancelled
/ build-host (map[host:rascal]) (push) Has been cancelled
/ build-host (map[host:router]) (push) Has started running
/ build-devshell (push) Successful in 17s
/ build-host (map[host:steamdeck]) (push) Has been cancelled
/ flake-check (push) Has been cancelled

This commit is contained in:
Daniel Flanagan 2025-03-27 16:02:44 -05:00
parent 843b90cdd0
commit 6babe28255
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -5,3 +5,5 @@ result
*.log
*.qcow2
mise.local.toml

View file

@ -19,7 +19,7 @@ let
{
hostname = "${host}.hare-cod.ts.net";
remoteBuild = true; # should pull from cache # TODO: verify this
fastConnection = true;
# fastConnection = true;
interactiveSudo = true;
profiles.system = {
user = "root";