test
Some checks failed
ssh-test / ssh-test (push) Failing after 24s

This commit is contained in:
iFargle 2023-12-11 13:35:30 +09:00
parent 5d006ba36d
commit e9feb3e582

View file

@ -53,4 +53,8 @@
boot.kernel.sysctl = { boot.kernel.sysctl = {
"net.ipv4.ip_forward" = true; "net.ipv4.ip_forward" = true;
}; };
environment.systemPackages = [
inputs.deploy-rs.deploy
];
} }