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 = {
|
home.shellAliases = {
|
||||||
# NixOS
|
# NixOS
|
||||||
flakedate = "nix flake update --flake /etc/nixos";
|
|
||||||
nhs = "doas nh os switch -R /etc/nixos";
|
nhs = "doas nh os switch -R /etc/nixos";
|
||||||
nhu = "flakedate && nhs";
|
nhu = "flakedate && nhs";
|
||||||
|
|
||||||
nixclean = "nix store gc; nix store optimise";
|
nixclean = "nix store gc; nix store optimise";
|
||||||
nixpurge = "doas nix-collect-garbage --delete-old";
|
nixpurge = "doas nix-collect-garbage --delete-old";
|
||||||
nixscrub = "nixclean; nixpurge";
|
|
||||||
|
|
||||||
# Shortcuts
|
# Shortcuts
|
||||||
ff = "clear && fastfetch";
|
ff = "clear && fastfetch";
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
config = lib.mkIf config.system.fileserver.enable {
|
config = lib.mkIf config.system.fileserver.enable {
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud30;
|
package = pkgs.nextcloud31;
|
||||||
hostName = "cloud.nixfox.ca";
|
hostName = "cloud.nixfox.ca";
|
||||||
https = true;
|
https = true;
|
||||||
config = {
|
config = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue