summaryrefslogtreecommitdiff
path: root/hosts/toaster/default.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2023-01-10 00:12:15 +0100
committerGrigory Shipunov2023-01-10 00:12:15 +0100
commit1a5575bab88e2f3e3409e2b9b54f6f25bbace8e9 (patch)
treedbd08b43bac3d814bc86ccecaaacc37f0ee2f891 /hosts/toaster/default.nix
parentf690251f1344e65c1f40492b09f355b0b3b00d6a (diff)
rotate secrets, retire microwave, comission toaster
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";