sourcephile
/
git
/
julm
/
julm-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
julm: firefox: add 2025 profile
[julm/julm-nix.git]
/
hosts
/
patate
/
hardware.nix
diff --git
a/hosts/patate/hardware.nix
b/hosts/patate/hardware.nix
index 71a34d413e24782bf722c63e32476dc3937fc442..6b6bd89b50d872eaa9401fdb7872c5e72ee7add5 100644
(file)
--- a/
hosts/patate/hardware.nix
+++ b/
hosts/patate/hardware.nix
@@
-8,10
+8,11
@@
boot.loader.grub = {
enable = true;
-
version = 2
;
+
memtest86.enable = true
;
device = "/dev/disk/by-id/ata-CT250MX500SSD1_2004E2849DD1";
configurationLimit = 3;
};
+ boot.zfs.requestEncryptionCredentials = [ hostName ];
fileSystems."/boot" =
{