feat: add local backdoor for dev only

This commit is contained in:
Jermeiah S 2025-07-01 13:52:39 -04:00
parent 7844d688ff
commit 83e62adf85
No known key found for this signature in database
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ data2
data
result
.direnv
arma-reforger-tofu.qcow2

View file

@ -0,0 +1,11 @@
{
lib,
config,
pkgs,
...
}:
{
virtualisation.vmVariant = {
users.users.root.password = "pass";
};
}