Nextcloud won't work that way...

This commit is contained in:
Lillian-Violet 2023-12-17 21:07:30 +01:00
parent 75f9869747
commit a24f0511fc
2 changed files with 2 additions and 2 deletions

View file

@ -49,5 +49,5 @@
}; };
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
home.stateVersion = "23.11"; home.stateVersion = "23.05";
} }

View file

@ -180,5 +180,5 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "23.11"; system.stateVersion = "23.05";
} }