feat: btrbk signed ssh cert

feat/kile-v2
Ricard Illa 2023-04-10 18:12:13 +02:00
parent 2b39d12a9f
commit 8eb37952f4
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 6 additions and 2 deletions

View File

@ -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" ]; };
};