From 1a5575bab88e2f3e3409e2b9b54f6f25bbace8e9 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 10 Jan 2023 00:12:15 +0100 Subject: rotate secrets, retire microwave, comission toaster --- hosts/toaster/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/toaster/default.nix') 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"; -- cgit v1.3.1