This commit is contained in:
ediblerope 2026-03-28 15:37:15 +00:00 committed by GitHub
parent 880f56265f
commit 0d29ecb0dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 17 deletions

View file

@ -70,18 +70,5 @@
devices = [ "/dev/sda" "/dev/sdb" "/dev/sdc" "/dev/sdd" ];
useOSProber = true;
};
# Auto-update + upgrade
system.autoUpgrade = {
enable = true;
dates = "daily";
persistent = true;
allowReboot = false;
channel = "https://nixos.org/channels/nixos-unstable";
flags = [
"--upgrade"
"--option" "tarball-ttl" "0"
];
};
};
}

View file

@ -22,10 +22,6 @@
networking.hostName = "FredOS-Mediaserver";
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sdc";
boot.loader.grub.forceInstall = false;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
system.stateVersion = "25.11";