mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:56:51 +01:00
Fix typo
This commit is contained in:
parent
d53d88e9fe
commit
62ac027233
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ with lib;
|
|||
};
|
||||
|
||||
# System
|
||||
custom.system.boot.grub.enable = true;
|
||||
custom.system.boot.uefi.enable = true;
|
||||
custom.system.ssh.enable = true;
|
||||
custom.nix.enable = true;
|
||||
custom.hardware.audio.enable = true;
|
||||
|
|
|
@ -23,7 +23,7 @@ with lib;
|
|||
};
|
||||
|
||||
# System
|
||||
custom.system.boot.grub.enable = true;
|
||||
custom.system.boot.uefi.enable = true;
|
||||
custom.system.ssh.enable = true;
|
||||
custom.nix.enable = true;
|
||||
custom.hardware.audio.enable = true;
|
||||
|
|
Loading…
Reference in a new issue