mirror of
https://github.com/kmein/niveum
synced 2026-03-20 12:01:06 +01:00
chore: nixfmt
This commit is contained in:
@@ -52,9 +52,11 @@ in {
|
||||
'';
|
||||
};
|
||||
|
||||
networking.extraHosts = builtins.readFile (toString "${retiolum}/etc.hosts");
|
||||
networking.extraHosts =
|
||||
builtins.readFile (toString "${retiolum}/etc.hosts");
|
||||
|
||||
environment.systemPackages = [ config.services.tinc.networks.${netname}.package ];
|
||||
environment.systemPackages =
|
||||
[ config.services.tinc.networks.${netname}.package ];
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 655 ];
|
||||
|
||||
Reference in New Issue
Block a user