diff --git a/computer/pc-demo1/default.nix b/computer/pc-demo1/default.nix index 927d3b7..69099c1 100644 --- a/computer/pc-demo1/default.nix +++ b/computer/pc-demo1/default.nix @@ -5,11 +5,11 @@ beancloud = { software = { - desktop = false; + desktop = true; nextcloud.server.enable = false; gitlab = false; forgejo = false; - splunk = true; + splunk = false; }; disk.device.name = "vda"; hardware.virtualmachine.type = "kvm"; diff --git a/users/demo/home/firefox.nix b/users/demo/home/firefox.nix index ef929c9..f077a55 100644 --- a/users/demo/home/firefox.nix +++ b/users/demo/home/firefox.nix @@ -121,6 +121,10 @@ name = "Forgejo"; url = "http://localhost:3000"; }) + (lib.mkIf osConfig.beancloud.software.forgejo { + name = "Splunk"; + url = "http://localhost:8000"; + }) ]]; } ];