mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
feat: enable tailscale on gustave
This commit is contained in:
parent
38bf8ef4f9
commit
cf03adaf79
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -42,6 +42,10 @@
|
|||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.tailscale ];
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
luj.irc = {
|
||||
enable = true;
|
||||
nginx = {
|
||||
|
|
Loading…
Add table
Reference in a new issue