gonna deploy now
This commit is contained in:
parent
c340cf4ff3
commit
a6bff8a467
5 changed files with 54 additions and 52 deletions
|
|
@ -1,10 +1,18 @@
|
|||
{...}: {
|
||||
{lib, ...}: let
|
||||
inherit (lib) mkOption types;
|
||||
in {
|
||||
imports = [
|
||||
./nginx.nix
|
||||
./forgejo.nix
|
||||
./vaultwarden.nix
|
||||
];
|
||||
|
||||
options = {
|
||||
backupDir = mkOption {
|
||||
type = types.str;
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
networking.nat = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue