mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01: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
|
||||
'';
|
||||
|
||||
services.zerotierone = {
|
||||
enable = true;
|
||||
joinNetworks = [
|
||||
"ebe7fbd4451442b0"
|
||||
];
|
||||
};
|
||||
|
||||
# Desktop environment
|
||||
programs.xwayland.enable = true;
|
||||
programs.hyprland = {
|
||||
|
|
Loading…
Add table
Reference in a new issue