From 5d8908e4d63f5dfed5b8cda12534b6496b19bea8 Mon Sep 17 00:00:00 2001 From: Birk Bohne Date: Sun, 10 Aug 2025 22:30:37 +0200 Subject: [PATCH] forgejo enabled --- computer/pc-demo1/default.nix | 2 +- users/root/home/bash.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/computer/pc-demo1/default.nix b/computer/pc-demo1/default.nix index c4cd5f1..bb62df5 100644 --- a/computer/pc-demo1/default.nix +++ b/computer/pc-demo1/default.nix @@ -8,7 +8,7 @@ desktop = true; nextcloud.server.enable = true; gitlab = true; - forgejo = false; + forgejo = true; splunk = false; }; disk.device.name = "vda"; diff --git a/users/root/home/bash.nix b/users/root/home/bash.nix index 7104499..88f1852 100644 --- a/users/root/home/bash.nix +++ b/users/root/home/bash.nix @@ -10,8 +10,8 @@ mv = "mv -iv"; rm = "rm -iv"; df = "df -h"; - nixrbb = "nixos-rebuild boot --flake git+https://code.beancloud.de/public/nixos-demo.git?ref=${osConfig.beancloud.tier}"; - nixrbs = "nixos-rebuild switch --flake git+https://code.beancloud.de/public/nixos-demo.git?ref=${osConfig.beancloud.tier}"; + nixrbb = "nixos-rebuild boot --refresh --flake git+https://code.beancloud.de/public/nixos-demo.git?ref=${osConfig.beancloud.tier}"; + nixrbs = "nixos-rebuild switch --refresh --flake git+https://code.beancloud.de/public/nixos-demo.git?ref=${osConfig.beancloud.tier}"; }; }; };