summaryrefslogtreecommitdiff
path: root/hosts/toaster/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/toaster/default.nix')
-rw-r--r--hosts/toaster/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix
index 50442f4..c2bb39e 100644
--- a/hosts/toaster/default.nix
+++ b/hosts/toaster/default.nix
@@ -1,8 +1,10 @@
{ ... }: {
imports = [
./hardware-configuration.nix
- ./zfs.nix
+ ./network-vpns.nix
./network.nix
+ ./secrets.nix
+ ./zfs.nix
];
nixpkgs.config.allowUnfree = true;
@@ -10,6 +12,7 @@
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
+ hardware.enableAllFirmware = true;
# Set your time zone.
time.timeZone = "Europe/Amsterdam";