mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 17:45:14 +01:00
MORE
This commit is contained in:
parent
633f26d24d
commit
1e1fd95f07
16 changed files with 42 additions and 26 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, config, ... }: {
|
||||
{ pkgs, config, name, ... }: {
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
443
|
||||
];
|
||||
|
|
@ -14,9 +14,14 @@
|
|||
file_server
|
||||
}
|
||||
|
||||
noratrieb.dev {
|
||||
root * ${./nora}
|
||||
file_server
|
||||
${
|
||||
if name == "vps1" then
|
||||
''
|
||||
noratrieb.dev {
|
||||
root * ${./nora}
|
||||
file_server
|
||||
}
|
||||
'' else ""
|
||||
}
|
||||
''
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue