This commit is contained in:
albert 2024-02-19 17:51:45 +09:00
parent cb8bb7b266
commit d54b1c7d6d
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 5 additions and 5 deletions

View file

@ -2,11 +2,11 @@
imports = [
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
(modulesPath + "/installer/scan/not-detected.nix")
./disks-gpt.nix
./disks.nix
./syncthing.nix
../../common/services/tailscale-autoconnect.nix
../../common/modules/secureboot.nix
# ../../common/modules/boot.nix
# ../../common/modules/secureboot.nix
../../common/modules/boot.nix
../../common/modules/udev-rules.nix
../../common/services/podman.nix
];

View file

@ -5,10 +5,10 @@
services.btrfs.autoScrub.interval = "weekly";
boot.resumeDevice = "/dev/mapper/ROOT";
boot.kernelParams = [ "resume_offset=533760" ];
# https://sawyershepherd.org/post/hibernating-to-an-encrypted-swapfile-on-btrfs-with-nixos/
boot.kernelParams = [ "resume_offset=533760" ];
disko.devices.disk.nvme0 = {
disko.devices.disk.nvme0n1 = {
type = "disk";
device = "/dev/nvme0n1";
content = {