adding tailscale settings
This commit is contained in:
parent
6029892d69
commit
3f3166d8b8
2 changed files with 13 additions and 7 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -171,11 +171,11 @@
|
|||
"nixpkgs-stable": "nixpkgs-stable"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1752460302,
|
||||
"narHash": "sha256-/mdSXzHxi6ceep2mrH0UlUUO2enfPLQqRojbM+ZlPA4=",
|
||||
"lastModified": 1752513173,
|
||||
"narHash": "sha256-sqyKxh/s9eQse5vhThpXqF/b5YHNEXxUxzc1VqQ5dfY=",
|
||||
"owner": "nix-community",
|
||||
"repo": "emacs-overlay",
|
||||
"rev": "1741446afec9d812af576df394a2304f90e22257",
|
||||
"rev": "23f01b932e0f2f8c7a3f877da0add697cedda30c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -935,11 +935,11 @@
|
|||
"uv2nix": "uv2nix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1752444886,
|
||||
"narHash": "sha256-eImYyu9L7RMiskAsArngCKh35lkt7y9WYuIS4Z16RyA=",
|
||||
"lastModified": 1752511659,
|
||||
"narHash": "sha256-c1QLeObfXa3gD9QbkDYlD61uFMKwEI874bzCQh5IZqU=",
|
||||
"owner": "isd-project",
|
||||
"repo": "isd",
|
||||
"rev": "8e9d5291c0c7fdfacfa88cc70ee197a1b174309a",
|
||||
"rev": "3c1eecb5825f34789ed0ba6d47511370981e4c62",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -287,7 +287,13 @@
|
|||
pkgs.epson-escpr2
|
||||
];
|
||||
};
|
||||
services.tailscale.enable = true;
|
||||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
extraSetFlags = [ "--operator=emenel" ];
|
||||
};
|
||||
|
||||
|
||||
services.envfs = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue