mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-04-14 22:31:46 +04:00
chore: update
This commit is contained in:
parent
8f90650888
commit
bbacfb100e
11 changed files with 198 additions and 65 deletions
|
|
@ -20,6 +20,9 @@ in {
|
|||
|
||||
forgejo = lib.mkEnableOption "";
|
||||
|
||||
dns = lib.mkEnableOption "";
|
||||
nix-cache = lib.mkEnableOption "";
|
||||
|
||||
sitePath = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
};
|
||||
|
|
@ -31,6 +34,8 @@ in {
|
|||
./boot.nix
|
||||
./site.nix
|
||||
./forgejo.nix
|
||||
./dns.nix
|
||||
./nix-cache.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue