Add given password for hosts/patate/credential.secret to store.
[julm/julm-nix.git] / nixos / profiles / server.nix
1 {
2 systemd.sleep.extraConfig = ''
3 AllowSuspend=no
4 AllowHibernation=no
5 '';
6 }