Unfix nixos-option, since it would need extra patching

This commit is contained in:
Vili Sinervä 2024-09-09 13:41:14 +03:00
parent 43c28cb552
commit 2097e9bc13
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -144,9 +144,6 @@
randomizedDelaySec = "30min";
};
};
nixpkgs.overlays = [
(final: prev: { nixos-option = prev.nixos-option.override { nix = pkgs.nixVersions.nix_2_20; }; })
];
# Define systemd template unit for reporting status via ntfy
systemd.services =