mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-30 08:40:52 +02:00
feat(fisher): join zerotier network
This commit is contained in:
parent
64f09be790
commit
950a03590f
1 changed files with 7 additions and 0 deletions
|
@ -157,6 +157,13 @@
|
||||||
MaxAuthTries 20
|
MaxAuthTries 20
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
services.zerotierone = {
|
||||||
|
enable = true;
|
||||||
|
joinNetworks = [
|
||||||
|
"ebe7fbd4451442b0"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# Desktop environment
|
# Desktop environment
|
||||||
programs.xwayland.enable = true;
|
programs.xwayland.enable = true;
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue