chore: rename impermanence
This commit is contained in:
parent
7d5e25bdfe
commit
7b1bf83602
1 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
||||||
{ inputs, lib, ... }:
|
{
|
||||||
|
inputs,
|
||||||
|
lib,
|
||||||
|
device ? throw "Set this to your disk device",
|
||||||
|
...
|
||||||
|
}:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
inputs.disko.nixosModules.disko
|
inputs.disko.nixosModules.disko
|
||||||
|
@ -6,7 +11,8 @@
|
||||||
];
|
];
|
||||||
# Disk Partitioning
|
# Disk Partitioning
|
||||||
disko.devices.disk.main = {
|
disko.devices.disk.main = {
|
||||||
device = "/dev/disk/by-id/nvme-eui.01000000000000008ce38e04019a68ab";
|
# device = "/dev/disk/by-id/nvme-eui.01000000000000008ce38e04019a68ab";
|
||||||
|
inherit device;
|
||||||
type = "disk";
|
type = "disk";
|
||||||
content.type = "gpt";
|
content.type = "gpt";
|
||||||
content.partitions = {
|
content.partitions = {
|
Loading…
Add table
Add a link
Reference in a new issue