forgejo enabled

This commit is contained in:
Birk Bohne 2025-08-10 22:30:37 +02:00
parent cfa9d73ab8
commit 5d8908e4d6
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
desktop = true;
nextcloud.server.enable = true;
gitlab = true;
forgejo = false;
forgejo = true;
splunk = false;
};
disk.device.name = "vda";

View File

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