mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-03-13 16:03:25 +00:00
~
This commit is contained in:
parent
07ad9a51b8
commit
5c0c226009
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
programs.git.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
containers = {
|
||||
r5e.containers = {
|
||||
homepage = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue