updates to dragon
This commit is contained in:
parent
d0d0a16323
commit
4f6a262fa8
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue