📌 overlay for tailscale

This commit is contained in:
2021-11-19 22:59:43 -05:00
parent 3caf10caf3
commit c2caeb4dae
6 changed files with 54 additions and 1 deletions

View File

@ -9,6 +9,8 @@
../../modules/sops
];
nixpkgs.overlays = [ (import ../../overlays) ];
# Use the extlinux boot loader. (NixOS wants to enable GRUB by default)
boot.loader.grub.enable = false;
# Enables the generation of /boot/extlinux/extlinux.conf

View File

@ -23,6 +23,7 @@ in {
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [ (import ../../overlays) ];
# Set your time zone.
time.timeZone = "America/Toronto";

View File

@ -17,6 +17,8 @@ in {
../../modules/matrix/nginx.nix
];
nixpkgs.overlays = [ (import ../../overlays) ];
boot.cleanTmpDir = true;
# Set your time zone.