test
This commit is contained in:
parent
cb8bb7b266
commit
d54b1c7d6d
2 changed files with 5 additions and 5 deletions
|
@ -2,11 +2,11 @@
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
./disks-gpt.nix
|
./disks.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
../../common/services/tailscale-autoconnect.nix
|
../../common/services/tailscale-autoconnect.nix
|
||||||
../../common/modules/secureboot.nix
|
# ../../common/modules/secureboot.nix
|
||||||
# ../../common/modules/boot.nix
|
../../common/modules/boot.nix
|
||||||
../../common/modules/udev-rules.nix
|
../../common/modules/udev-rules.nix
|
||||||
../../common/services/podman.nix
|
../../common/services/podman.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
services.btrfs.autoScrub.interval = "weekly";
|
services.btrfs.autoScrub.interval = "weekly";
|
||||||
|
|
||||||
boot.resumeDevice = "/dev/mapper/ROOT";
|
boot.resumeDevice = "/dev/mapper/ROOT";
|
||||||
boot.kernelParams = [ "resume_offset=533760" ];
|
|
||||||
# https://sawyershepherd.org/post/hibernating-to-an-encrypted-swapfile-on-btrfs-with-nixos/
|
# 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";
|
type = "disk";
|
||||||
device = "/dev/nvme0n1";
|
device = "/dev/nvme0n1";
|
||||||
content = {
|
content = {
|
||||||
|
|
Loading…
Reference in a new issue