home lab init
This commit is contained in:
commit
7278922625
65 changed files with 27336 additions and 0 deletions
12
nixos/hosts/forgejo/host.nix
Normal file
12
nixos/hosts/forgejo/host.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, pkgs, modulesPath, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../templates/base.nix
|
||||
../../secrets/sops.nix
|
||||
./networking.nix
|
||||
./storage.nix
|
||||
./forgejo.nix
|
||||
./database.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue