mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
configured secureboot
This commit is contained in:
parent
ea825be67f
commit
a9442f038d
6 changed files with 249 additions and 76 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue