updated all files to make nixos rebuild pure
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user