Add monolith

This commit is contained in:
Leonardo Eugênio 2022-07-11 21:34:04 -03:00
parent 9f4d0d3c37
commit 0ea64c0392
4 changed files with 52 additions and 6 deletions

View file

@ -44,11 +44,6 @@ let
in
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;