From 4f6a262fa8c2bae0be09c1031907024fc4fb75c5 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 10 Sep 2022 20:22:05 -0500 Subject: [PATCH] updates to dragon --- dragon/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dragon/configuration.nix b/dragon/configuration.nix index 5caaff0..8f16167 100644 --- a/dragon/configuration.nix +++ b/dragon/configuration.nix @@ -11,7 +11,7 @@ # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.loader.efi.efiSysMountPoint = "/boot/efi"; + boot.loader.efi.efiSysMountPoint = "/boot"; boot.kernelPackages = pkgs.linuxPackages_latest; networking.hostName = "dragon"; # Define your hostname. @@ -106,6 +106,7 @@ git-crypt gitFull gnupg + home-manager mosh pulseaudio python311 @@ -154,7 +155,7 @@ fi # otherwise authenticate with tailscale - ${tailscale}/bin/tailscale up -authkey tskey-kiz2HD7CNTRL-ubuJa1wELSLCN5LjVp3kN + ${tailscale}/bin/tailscale up -authkey tskey-kX35vC1CNTRL-ZLmNBp4CQV3bu3SsLGjW56 ''; };