mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 09:40:55 +02:00
chore(fischer): fix eval warning
This commit is contained in:
parent
5d94a767cc
commit
da3a6e1c9e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
devices."cryptroot".secretFile = ./root.jwe;
|
devices."cryptroot".secretFile = ./root.jwe;
|
||||||
};
|
};
|
||||||
boot.initrd.systemd.enableTpm2 = true;
|
boot.initrd.systemd.tpm2.enable = true;
|
||||||
|
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue