mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
systemd initrd ssh zfs native encryption unlock
This commit is contained in:
parent
27fd18e3a2
commit
c102d3c782
3 changed files with 32 additions and 6 deletions
|
|
@ -47,10 +47,7 @@
|
|||
|
||||
(
|
||||
let
|
||||
keys = [
|
||||
config.local.keys.root_media-laptop
|
||||
config.local.keys.root_game-desktop
|
||||
];
|
||||
keys = [ config.local.keys.root_media-laptop ];
|
||||
in
|
||||
lib.mkIf config.local.remoteBuild.isBuilder {
|
||||
sops.secrets.store_key = { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue