feat: btrbk signed ssh cert
parent
2b39d12a9f
commit
8eb37952f4
|
@ -159,7 +159,7 @@
|
|||
# wget
|
||||
# firefox
|
||||
# ];
|
||||
environment.systemPackages = with pkgs; [ dmidecode flashrom git ];
|
||||
environment.systemPackages = with pkgs; [ dmidecode flashrom git mbuffer ];
|
||||
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
|
||||
|
@ -302,7 +302,11 @@
|
|||
};
|
||||
"/mnt/data" = {
|
||||
directories = [ "/etc/luks-keys" ];
|
||||
files = [ "/etc/btrbk/id_ed25519" ];
|
||||
files = [
|
||||
"/etc/btrbk/id_ed25519"
|
||||
"/etc/btrbk/id_ed25519.pub"
|
||||
"/etc/btrbk/id_ed25519-cert.pub"
|
||||
];
|
||||
};
|
||||
"/mnt/logs" = { directories = [ "/var/log" ]; };
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue