Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 35bd80424d | |||
| 3447b28af1 |
@@ -422,6 +422,9 @@ in
|
|||||||
''}
|
''}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
extraPackages = [
|
||||||
|
config.pkgs.step-cli
|
||||||
|
];
|
||||||
systemd = {
|
systemd = {
|
||||||
description = "Automatic mTLS renewal service";
|
description = "Automatic mTLS renewal service";
|
||||||
documentation = [
|
documentation = [
|
||||||
@@ -431,6 +434,7 @@ in
|
|||||||
after = [ "network-online.target" ];
|
after = [ "network-online.target" ];
|
||||||
wants = [ "network-online.target" ];
|
wants = [ "network-online.target" ];
|
||||||
serviceConfig.Type = lib.mkDefault "oneshot";
|
serviceConfig.Type = lib.mkDefault "oneshot";
|
||||||
|
# serviceConfig.ExecCondition = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
settings = lib.recursiveUpdate (lib.importTOML (pkgs.fetchurl {
|
settings = lib.recursiveUpdate (lib.importTOML (pkgs.fetchurl {
|
||||||
url = https://starship.rs/presets/toml/catppuccin-powerline.toml;
|
url = https://starship.rs/presets/toml/catppuccin-powerline.toml;
|
||||||
sha256 = "0bd8zx0bpri63rnb9dva0rav75d3i2wrzw44h63m75hq5220r26g";
|
sha256 = "1jzbbzm3nwdlldq43aj3csp0ps23fsa6x2225z85l0s9qbj4cdy2";
|
||||||
})) {
|
})) {
|
||||||
palette = "catppuccin_mocha";
|
palette = "catppuccin_mocha";
|
||||||
add_newline = true;
|
add_newline = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user