Remove aliases and update Nextcloud

This commit is contained in:
Bun 2025-03-10 01:40:34 -04:00
parent d55148ac45
commit 6fdae99d0f
2 changed files with 1 additions and 4 deletions

View file

@ -2,13 +2,10 @@
{
home.shellAliases = {
# NixOS
flakedate = "nix flake update --flake /etc/nixos";
nhs = "doas nh os switch -R /etc/nixos";
nhu = "flakedate && nhs";
nixclean = "nix store gc; nix store optimise";
nixpurge = "doas nix-collect-garbage --delete-old";
nixscrub = "nixclean; nixpurge";
# Shortcuts
ff = "clear && fastfetch";

View file

@ -8,7 +8,7 @@
config = lib.mkIf config.system.fileserver.enable {
services.nextcloud = {
enable = true;
package = pkgs.nextcloud30;
package = pkgs.nextcloud31;
hostName = "cloud.nixfox.ca";
https = true;
config = {