Disable passSecretService

This commit is contained in:
Evie Litherland-Smith 2023-09-30 09:56:44 +01:00
parent 77f88fc7aa
commit 84fba650b3

View file

@ -159,10 +159,7 @@
shellAliases.nou = shellAliases.nou =
''sudo nixos-rebuild switch --flake "${flakeURL}" --refresh''; ''sudo nixos-rebuild switch --flake "${flakeURL}" --refresh'';
}; };
services = { services.power-profiles-daemon.enable = true;
power-profiles-daemon.enable = true;
passSecretService.enable = true;
};
virtualisation.podman.enable = true; virtualisation.podman.enable = true;
time.timeZone = "Europe/London"; time.timeZone = "Europe/London";
i18n = let locale = "en_GB.UTF-8"; i18n = let locale = "en_GB.UTF-8";