Compare commits

..

No commits in common. "bbad254bf0cb1a4ce6f770d3234dc21e5079b848" and "e3c1e4991d9bda2139a963b6893db99ee8035b47" have entirely different histories.

3 changed files with 0 additions and 9 deletions

View file

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

View file

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

View file

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