colmena on tailscale
This commit is contained in:
parent
7d4b1ac46d
commit
e87423f4ad
1 changed files with 14 additions and 1 deletions
|
|
@ -4,9 +4,23 @@
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
let
|
||||||
|
p = import ../parameters.nix;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
|
|
||||||
|
age.secrets.tailscale-authKey.file = ../../secrets/tailscale-authKey.age;
|
||||||
|
|
||||||
my = {
|
my = {
|
||||||
|
|
||||||
|
networking = {
|
||||||
|
tailscale = {
|
||||||
|
enable = true;
|
||||||
|
magicDNSDomain = p.domains.tsDns;
|
||||||
|
authKeyFile = config.age.secrets.tailscale-authKey.path;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
utils = {
|
utils = {
|
||||||
commons.enable = true;
|
commons.enable = true;
|
||||||
commons.gc.enable = false;
|
commons.gc.enable = false;
|
||||||
|
|
@ -20,7 +34,6 @@
|
||||||
environment = {
|
environment = {
|
||||||
|
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
direnv
|
|
||||||
git
|
git
|
||||||
just
|
just
|
||||||
zellij
|
zellij
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue