add tailscale
This commit is contained in:
parent
e85ece0859
commit
d790d3ba3e
4 changed files with 26 additions and 0 deletions
|
@ -63,6 +63,11 @@ in {
|
|||
};
|
||||
};
|
||||
}
|
||||
(lib.mkIf config.my.tailscale.enable
|
||||
{
|
||||
home.packages = with pkgs.gnomeExtensions; [tailscale-qs];
|
||||
dconf.settings."org/gnome/shell".enabled-extensions = ["tailscale@joaophi.github.com"];
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue