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;
|
||||
|
@ -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
|
||||
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user