mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 16:49:59 -05:00
Trying to Switch to Aux
This commit is contained in:
parent
6d984aee06
commit
9f5d2e140d
4 changed files with 13 additions and 6 deletions
|
|
@ -11,6 +11,9 @@
|
|||
inputs.home-manager.nixosModules.default
|
||||
];
|
||||
|
||||
# Workaround for an issue with docs and Aux
|
||||
documentation.nixos.enable = false;
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue