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}"; }; }; };