some fixes
This commit is contained in:
parent
882ba0b241
commit
c0ea41727e
@ -66,7 +66,7 @@ in {
|
||||
'';
|
||||
};
|
||||
Unit = rec {
|
||||
After = [ "network.target" ];
|
||||
After = [ "network-online.target" ];
|
||||
Wants = After;
|
||||
};
|
||||
Install.WantedBy = [ "multi-user.target" ];
|
||||
|
@ -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; {
|
||||
|
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user