Quick commit 2024-01-05T18:42:21+01:00
This commit is contained in:
parent
3477528dd5
commit
c954f0df5f
9 changed files with 98 additions and 16 deletions
|
@ -73,7 +73,7 @@ in
|
|||
type = "luks";
|
||||
name = "boot";
|
||||
extraFormatArgs = [ "--type luks1" ];
|
||||
passwordFile = passwordFile;
|
||||
passwordFile = "FIXME";
|
||||
settings = {
|
||||
# keyFile = "/etc/keys/boot";
|
||||
};
|
||||
|
@ -94,7 +94,7 @@ in
|
|||
content = {
|
||||
type = "luks";
|
||||
name = "razmo";
|
||||
passwordFile = passwordFile;
|
||||
passwordFile = "FIXME";
|
||||
settings = {
|
||||
# keyFile = "/etc/keys/razmo";
|
||||
};
|
||||
|
@ -129,7 +129,7 @@ in
|
|||
content = {
|
||||
type = "luks";
|
||||
name = "rapswap";
|
||||
passwordFile = passwordFile;
|
||||
passwordFile = "FIXME";
|
||||
settings = {
|
||||
# keyFile = "/etc/keys/rapswap";
|
||||
allowDiscards = true;
|
||||
|
@ -147,7 +147,7 @@ in
|
|||
type = "luks";
|
||||
name = "rapido";
|
||||
initrdUnlock = true;
|
||||
passwordFile = passwordFile;
|
||||
passwordFile = "FIXME";
|
||||
settings = {
|
||||
# keyFile = "/etc/keys/rapido";
|
||||
allowDiscards = true;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, ... }:
|
||||
{ lib, nixos-hardware, ... }:
|
||||
{
|
||||
imports = [
|
||||
<nixos-hardware/dell/g3/3779>
|
||||
# nixos-hardware.dell.g3.3779
|
||||
];
|
||||
|
||||
# UEFI works here, and variables can be touched
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue