headscale works
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
# nix run github:serokell/deploy-rs
|
||||
deploy.nodes = {
|
||||
vps = {
|
||||
hostname = "10.0.0.3";
|
||||
hostname = "vps.vpn";
|
||||
sshUser = "root";
|
||||
magicRollbackTimeout = 120;
|
||||
profiles.system = {
|
||||
@@ -60,7 +60,7 @@
|
||||
};
|
||||
|
||||
desktop = {
|
||||
hostname = "10.0.0.2";
|
||||
hostname = "desktop.vpn";
|
||||
sshUser = "root";
|
||||
magicRollbackTimeout = 120;
|
||||
profiles.system = {
|
||||
|
||||
Reference in New Issue
Block a user