feat(raptus): add to tailscale network

This commit is contained in:
Nydragon 2024-09-23 13:24:08 +02:00
parent 5e8d822ab3
commit 4c4e041ed3
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g
2 changed files with 3 additions and 0 deletions

View file

@ -13,6 +13,7 @@
cp = "cp -vi";
mv = "mv -vi";
rm = "rm -v";
nrepl = "nix repl --expr 'import <nixpkgs> {}'";
};
functions = {
gitignore = "curl -sL https://www.gitignore.io/api/$argv";

View file

@ -76,6 +76,8 @@
];
};
services.tailscale.enable = true;
services.openssh = {
enable = true;
ports = [ 56528 ];