updated all files to make nixos rebuild pure

This commit is contained in:
2023-07-28 17:12:53 -07:00
parent b7236749c2
commit a457389f38
5 changed files with 462 additions and 12 deletions

View File

@@ -24,8 +24,22 @@ let
apc.enable_cli=1
'';
};
in
{
imports =
[
./hardware-configuration.nix
./modules/modules.nix
];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;