1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-06-20 15:58:46 +02:00

configured secureboot

This commit is contained in:
Rouven Seifert 2023-05-31 13:23:49 +02:00
parent ea825be67f
commit a9442f038d
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 249 additions and 76 deletions
hosts/nuc

View file

@ -30,6 +30,7 @@
directories = [
"/etc/nixos"
"/etc/ssh"
"/etc/secureboot"
];
files = [
"/etc/machine-id"
@ -53,6 +54,7 @@
htop-vim
helix
lsof
sbctl
];
programs.git = {
enable = true;