mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
formatted the code with alejandra
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
security = {
|
||||
acme = {
|
||||
defaults.email = "0xtux@pm.me";
|
||||
@ -56,6 +60,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
environment.systemPackages = with pkgs;[ headscale ];
|
||||
networking.firewall.allowedTCPPorts = [80 443];
|
||||
environment.systemPackages = with pkgs; [headscale];
|
||||
}
|
||||
|
Reference in New Issue
Block a user