Compare commits
2 commits
e3c1e4991d
...
bbad254bf0
| Author | SHA1 | Date | |
|---|---|---|---|
| bbad254bf0 | |||
| 9ffbe2ba40 |
3 changed files with 9 additions and 0 deletions
|
|
@ -22,5 +22,6 @@
|
||||||
../../home/anne/default.nix
|
../../home/anne/default.nix
|
||||||
../../home/alex/default.nix
|
../../home/alex/default.nix
|
||||||
../../modules/podman
|
../../modules/podman
|
||||||
|
../../modules/tailscale
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@ 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.
|
||||||
|
|
|
||||||
7
modules/tailscale/default.nix
Normal file
7
modules/tailscale/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
|
{
|
||||||
|
config.services.tailscale.enable = true;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue