Compare commits
2 Commits
cec2ccd776
...
aea0d5c02f
| Author | SHA1 | Date | |
|---|---|---|---|
| aea0d5c02f | |||
| 97d43cdd97 |
@@ -64,6 +64,11 @@
|
||||
];
|
||||
};
|
||||
|
||||
nix.settings.trusted-users = [
|
||||
"root"
|
||||
"@wheel"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
git
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
extraSetFlags = [ "--netfilter-mode=nodivert" ];
|
||||
extraDaemonFlags = [ "--no-logs-no-support" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user