Remove aliases and update Nextcloud
This commit is contained in:
parent
d55148ac45
commit
6fdae99d0f
2 changed files with 1 additions and 4 deletions
|
@ -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";
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue