Unfix nixos-option, since it would need extra patching
This commit is contained in:
parent
43c28cb552
commit
2097e9bc13
1 changed files with 0 additions and 3 deletions
3
base.nix
3
base.nix
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue