rotate secrets, retire microwave, comission toaster

This commit is contained in:
Grigory Shipunov 2023-01-10 00:12:15 +01:00
parent f690251f13
commit 1a5575bab8
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
7 changed files with 286 additions and 229 deletions

View file

@ -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";