Update configuration.nix

pull/8/merge
Álex Santiago 6 months ago committed by GitHub
parent db3e0723f1
commit a6e66cca63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,11 +15,11 @@
boot.loader.grub.device = "/dev/vda";
boot.loader.grub.useOSProber = true;
# Autoupgrade
system.autoUpgrade = {
enable = true;
channel = "https://nixos.org/channels/nixos-unstable";
};
# Autoupgrade (currently handled by flake.nix)
#system.autoUpgrade = {
# enable = true;
# channel = "https://nixos.org/channels/nixos-unstable";
# };
# Garbage collection
nix = {

Loading…
Cancel
Save