1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-03-13 16:03:25 +00:00
This commit is contained in:
Rae 5e 2025-03-05 17:17:01 -05:00
parent 07ad9a51b8
commit 5c0c226009
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
{ pkgs, lib, config, ... }: let
cfg = config.containers.homepage;
cfg = config.r5e.containers.homepage;
settingsFormat = pkgs.formats.yaml;
in {
options.containers.homepage = {
options.r5e.containers.homepage = {
enable = lib.mkEnableOption "homepage";
openFirewall = lib.mkOption {
type = lib.types.bool;

View file

@ -13,7 +13,7 @@
programs.git.enable = true;
virtualisation.docker.enable = true;
containers = {
r5e.containers = {
homepage = {
enable = true;
openFirewall = true;