Disable passSecretService
This commit is contained in:
parent
77f88fc7aa
commit
84fba650b3
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue