Testing
This commit is contained in:
parent
9067488a5b
commit
a93c34405f
2 changed files with 2 additions and 1 deletions
nixos
|
@ -14,8 +14,8 @@ in {
|
|||
};
|
||||
|
||||
sops.secrets."btrfs-backups/gotify_token" = {
|
||||
owner = "root";
|
||||
sopsFile = ../../../../secrets/secrets.yaml;
|
||||
owner = "root";
|
||||
};
|
||||
|
||||
services.snapper = {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue