some fixes
This commit is contained in:
parent
882ba0b241
commit
c0ea41727e
@ -66,7 +66,7 @@ in {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
Unit = rec {
|
Unit = rec {
|
||||||
After = [ "network.target" ];
|
After = [ "network-online.target" ];
|
||||||
Wants = After;
|
Wants = After;
|
||||||
};
|
};
|
||||||
Install.WantedBy = [ "multi-user.target" ];
|
Install.WantedBy = [ "multi-user.target" ];
|
||||||
|
@ -9,10 +9,6 @@ let
|
|||||||
config = config.nixpkgs.config;
|
config = config.nixpkgs.config;
|
||||||
localSystem = { inherit system; };
|
localSystem = { inherit system; };
|
||||||
});
|
});
|
||||||
custom = import inputs.nixpkgs-custom ({
|
|
||||||
config = config.nixpkgs.config;
|
|
||||||
localSystem = { inherit system; };
|
|
||||||
});
|
|
||||||
roundcube-plugins = import ./packages/roundcube-plugins/default.nix;
|
roundcube-plugins = import ./packages/roundcube-plugins/default.nix;
|
||||||
in
|
in
|
||||||
with lib; {
|
with lib; {
|
||||||
|
@ -17,6 +17,8 @@
|
|||||||
systemd.user.startServices = true;
|
systemd.user.startServices = true;
|
||||||
home.stateVersion = "21.11";
|
home.stateVersion = "21.11";
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
#TODO: Move to another file
|
#TODO: Move to another file
|
||||||
services.pass-secret-service.enable = true;
|
services.pass-secret-service.enable = true;
|
||||||
systemd.user.services.pass-secret-service = {
|
systemd.user.services.pass-secret-service = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user