rotate secrets, retire microwave, comission toaster
This commit is contained in:
parent
f690251f13
commit
1a5575bab8
7 changed files with 286 additions and 229 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue