updated all files to make nixos rebuild pure

This commit is contained in:
2023-07-28 17:12:53 -07:00
parent f0e7ad2514
commit 6c771f07c2
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;

View File

@ -3,13 +3,13 @@
{
imports = [
./configuration.nix
./synapse.nix
./coturn.nix
./bitcoinecosystem.nix
./vaultwarden.nix
./onlyoffice.nix
./Sovran_SystemsOS_File_Fixes_And_New_Services.nix
/etc/nixos/hardware-configuration.nix
];
}