This commit is contained in:
albert 2025-01-16 08:27:09 -08:00
parent 9067488a5b
commit a93c34405f
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 2 additions and 1 deletions
nixos
common/services
hosts/framework13

View file

@ -14,8 +14,8 @@ in {
};
sops.secrets."btrfs-backups/gotify_token" = {
owner = "root";
sopsFile = ../../../../secrets/secrets.yaml;
owner = "root";
};
services.snapper = {

View file

@ -15,6 +15,7 @@
boot.resumeDevice = "/dev/mapper/ROOT";
# https://sawyershepherd.org/post/hibernating-to-an-encrypted-swapfile-on-btrfs-with-nixos/
# Also in Logseq "BTRFS Offset on NixOS for Swap"
boot.kernelParams = [ "resume_offset=533760" ];
disko.devices.disk.nvme0n1 = {