We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b6410 commit 827bffcCopy full SHA for 827bffc
flake/nixpkgs.nix
@@ -27,9 +27,9 @@ import inputs.nixpkgs {
27
inherit config system;
28
};
29
30
- nixpkgs-jq-1-6 = import inputs.nixpkgs-jq-1-6 {
31
- inherit config system;
32
- };
+ #nixpkgs-jq-1-6 = import inputs.nixpkgs-jq-1-6 {
+ # inherit config system;
+ #};
33
34
gerschtliOverlays = map (x: x.overlays.default) [
35
inputs.dmenu
hosts/argon/configuration.nix
@@ -50,7 +50,7 @@
50
url = "https://github.com/Gerschtli/nix-config";
51
extraPackages = [ pkgs.cachix ];
52
serviceOverrides = {
53
- Restart = "on-failure";
+ Restart = lib.mkForce "on-failure";
54
RestartSec = 5;
55
56
0 commit comments