diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 0b0bbe2..f0b0083 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -34,7 +34,9 @@ QT_QPA_PLATFORMTHEME = "qt5ct"; QT_FONT_DPI = "125"; }; - + + system.autoUpgrade.channel = "https://nixos.org/channels/nixos-unstable"; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It's perfectly fine and recommended to leave