quick fix secrets service conf
This commit is contained in:
parent
c994b72600
commit
1e97d3ab7f
@ -142,10 +142,12 @@ in {
|
|||||||
xsession.windowManager.i3 = lib.mkIf (!config.deviceSpecific.isServer) {
|
xsession.windowManager.i3 = lib.mkIf (!config.deviceSpecific.isServer) {
|
||||||
config.startup = [{ command = "activate-secrets"; }];
|
config.startup = [{ command = "activate-secrets"; }];
|
||||||
};
|
};
|
||||||
systemd.services.activate-secrets = lib.mkIf config.deviceSpecific.isServer {
|
systemd.user.services.activate-secrets = lib.mkIf config.deviceSpecific.isServer {
|
||||||
script = "activate-secrets";
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig.Type = "oneshot";
|
serviceConfig = {
|
||||||
|
ExecStart = "activate-secrets";
|
||||||
|
Type = "oneshot";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
programs.password-store = {
|
programs.password-store = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user