formatting
This commit is contained in:
parent
14d0fb13ed
commit
40d45a8abd
3 changed files with 8 additions and 8 deletions
|
@ -9,9 +9,8 @@
|
|||
enable = true;
|
||||
};
|
||||
# Setup fish init
|
||||
programs.fish.shellInit =
|
||||
''
|
||||
programs.fish.shellInit = ''
|
||||
set -x SSH_AUTH_SOCK $XDG_RUNTIME_DIR/ssh-agent
|
||||
ssh-add
|
||||
'';
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -18,9 +18,11 @@
|
|||
base_domain = "tailnet.stranger.systems";
|
||||
magic_dns = true;
|
||||
extra_records = [
|
||||
{name = "hub.tailnet.stranger.systems";
|
||||
type = "A";
|
||||
value = "100.64.0.3";}
|
||||
{
|
||||
name = "hub.tailnet.stranger.systems";
|
||||
type = "A";
|
||||
value = "100.64.0.3";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -10,5 +10,4 @@
|
|||
f2fs-tools
|
||||
exfatprogs
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue