some fixes

This commit is contained in:
Dmitriy Kholkin 2022-10-01 22:50:36 +03:00
parent 882ba0b241
commit c0ea41727e
3 changed files with 3 additions and 5 deletions

View File

@ -66,7 +66,7 @@ in {
'';
};
Unit = rec {
After = [ "network.target" ];
After = [ "network-online.target" ];
Wants = After;
};
Install.WantedBy = [ "multi-user.target" ];

View File

@ -9,10 +9,6 @@ let
config = config.nixpkgs.config;
localSystem = { inherit system; };
});
custom = import inputs.nixpkgs-custom ({
config = config.nixpkgs.config;
localSystem = { inherit system; };
});
roundcube-plugins = import ./packages/roundcube-plugins/default.nix;
in
with lib; {

View File

@ -17,6 +17,8 @@
systemd.user.startServices = true;
home.stateVersion = "21.11";
nixpkgs.config.allowUnfree = true;
#TODO: Move to another file
services.pass-secret-service.enable = true;
systemd.user.services.pass-secret-service = {