Compare commits

...

2 commits

Author SHA1 Message Date
bbad254bf0 thrall: Enable tailscale 2024-11-30 22:16:02 +01:00
9ffbe2ba40 dregil: Enable tailscale 2024-11-30 22:14:42 +01:00
3 changed files with 9 additions and 0 deletions

View file

@ -22,5 +22,6 @@
../../home/anne/default.nix
../../home/alex/default.nix
../../modules/podman
../../modules/tailscale
];
}

View file

@ -28,6 +28,7 @@ in
../../modules/keybase.nix
../../modules/ssh.nix
../../modules/hledger-web.nix
../../modules/tailscale
];
# Use the GRUB 2 boot loader.

View file

@ -0,0 +1,7 @@
{
...
}:
{
config.services.tailscale.enable = true;
}