Compare commits

2 Commits

Author SHA1 Message Date
John Lancaster 35bd80424d sha256 update 2026-05-02 09:47:23 -05:00
John Lancaster 3447b28af1 syntax fix 2026-05-02 09:45:48 -05:00
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -422,6 +422,9 @@ in
''}
'';
};
extraPackages = [
config.pkgs.step-cli
];
systemd = {
description = "Automatic mTLS renewal service";
documentation = [
@@ -431,6 +434,7 @@ in
after = [ "network-online.target" ];
wants = [ "network-online.target" ];
serviceConfig.Type = lib.mkDefault "oneshot";
# serviceConfig.ExecCondition = "";
};
};
});
+1 -1
View File
@@ -4,7 +4,7 @@
inherit pkgs;
settings = lib.recursiveUpdate (lib.importTOML (pkgs.fetchurl {
url = https://starship.rs/presets/toml/catppuccin-powerline.toml;
sha256 = "0bd8zx0bpri63rnb9dva0rav75d3i2wrzw44h63m75hq5220r26g";
sha256 = "1jzbbzm3nwdlldq43aj3csp0ps23fsa6x2225z85l0s9qbj4cdy2";
})) {
palette = "catppuccin_mocha";
add_newline = true;