add nfss to tailscale and syncthing
This commit is contained in:
parent
250bbfef49
commit
a9dc3ee76d
3 changed files with 11 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
imports = [
|
||||
../home-default.nix
|
||||
../../../modules/tex.nix
|
||||
../../../modules/syncthing.nix
|
||||
../../../modules/schedule.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../system-default.nix
|
||||
../../../modules/tailscale.nix
|
||||
../../../modules/login-display.nix
|
||||
];
|
||||
|
||||
|
|
@ -119,4 +120,9 @@
|
|||
diskUsagePaths = [ "/" "/home/" ];
|
||||
};
|
||||
|
||||
services.tailscale-custom = {
|
||||
exitNode = true;
|
||||
subnetRoutes = [ "10.1.1.0/24" ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue