Skip to content

Commit 827bffc

Browse files
committed
i
1 parent a3b6410 commit 827bffc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flake/nixpkgs.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ import inputs.nixpkgs {
2727
inherit config system;
2828
};
2929

30-
nixpkgs-jq-1-6 = import inputs.nixpkgs-jq-1-6 {
31-
inherit config system;
32-
};
30+
#nixpkgs-jq-1-6 = import inputs.nixpkgs-jq-1-6 {
31+
# inherit config system;
32+
#};
3333

3434
gerschtliOverlays = map (x: x.overlays.default) [
3535
inputs.dmenu

hosts/argon/configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
url = "https://github.com/Gerschtli/nix-config";
5151
extraPackages = [ pkgs.cachix ];
5252
serviceOverrides = {
53-
Restart = "on-failure";
53+
Restart = lib.mkForce "on-failure";
5454
RestartSec = 5;
5555
};
5656
};

0 commit comments

Comments
 (0)