mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Fix naming
This commit is contained in:
parent
765db19140
commit
0175a0af51
17 changed files with 11 additions and 11 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
myConfig = {
|
||||
boot = {
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.systemdBoot.enable = true;
|
||||
silent = true;
|
||||
};
|
||||
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
sound.enable = true;
|
||||
virtualisation.enable = true;
|
||||
sops.enable = true;
|
||||
auto-gc.enable = true;
|
||||
garbageCollection.enable = true;
|
||||
geoclue.enable = true;
|
||||
tailscale = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue