copy hardware configuration to home-nix

This commit is contained in:
Jérémie SALVI
2025-09-25 23:24:52 +02:00
parent 47160768ee
commit 81c83f6264
2 changed files with 6 additions and 11 deletions

View File

@@ -10,9 +10,10 @@
content = {
type = "gpt";
partitions = {
ESP = {
EFI = {
size = "512M";
type = "EF00";
name = "EFI";
content = {
type = "filesystem";
format = "vfat";
@@ -23,6 +24,7 @@
SYS = {
size = "100%";
type = "8309";
name = "SYS";
content = {
type = "luks";
name = "rootfs";