mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 19:53:07 +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
|
{ pkgs, lib, config, ... }: let
|
||||||
cfg = config.containers.homepage;
|
cfg = config.r5e.containers.homepage;
|
||||||
settingsFormat = pkgs.formats.yaml;
|
settingsFormat = pkgs.formats.yaml;
|
||||||
in {
|
in {
|
||||||
options.containers.homepage = {
|
options.r5e.containers.homepage = {
|
||||||
enable = lib.mkEnableOption "homepage";
|
enable = lib.mkEnableOption "homepage";
|
||||||
openFirewall = lib.mkOption {
|
openFirewall = lib.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
programs.git.enable = true;
|
programs.git.enable = true;
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
containers = {
|
r5e.containers = {
|
||||||
homepage = {
|
homepage = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue