chore: rename impermanence

This commit is contained in:
Mohammad Rafiq 2025-03-27 00:12:32 +08:00
parent 7d5e25bdfe
commit 7b1bf83602
No known key found for this signature in database

View file

@ -1,4 +1,9 @@
{ inputs, lib, ... }:
{
inputs,
lib,
device ? throw "Set this to your disk device",
...
}:
{
imports = [
inputs.disko.nixosModules.disko
@ -6,7 +11,8 @@
];
# Disk Partitioning
disko.devices.disk.main = {
device = "/dev/disk/by-id/nvme-eui.01000000000000008ce38e04019a68ab";
# device = "/dev/disk/by-id/nvme-eui.01000000000000008ce38e04019a68ab";
inherit device;
type = "disk";
content.type = "gpt";
content.partitions = {