feat(raptus): add to tailscale network
This commit is contained in:
parent
5e8d822ab3
commit
4c4e041ed3
2 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -76,6 +76,8 @@
|
|||
];
|
||||
};
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
ports = [ 56528 ];
|
||||
|
|
Loading…
Add table
Reference in a new issue