Update formatter
This commit is contained in:
parent
4eea2232fb
commit
d8235cb2a9
55 changed files with 1031 additions and 664 deletions
|
@ -1,6 +1,11 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
boot.initrd.luks.devices.system.device =
|
||||
"/dev/disk/by-uuid/bf353bb1-43bf-453f-ae7e-0fa9b4d8778c";
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
boot.initrd.luks.devices.system.device = "/dev/disk/by-uuid/bf353bb1-43bf-453f-ae7e-0fa9b4d8778c";
|
||||
boot.initrd.kernelModules = [ "dm-snapshot" ];
|
||||
|
||||
fileSystems = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue