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 =
''sudo nixos-rebuild switch --flake "${flakeURL}" --refresh'';
};
services = {
power-profiles-daemon.enable = true;
passSecretService.enable = true;
};
services.power-profiles-daemon.enable = true;
virtualisation.podman.enable = true;
time.timeZone = "Europe/London";
i18n = let locale = "en_GB.UTF-8";