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.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
boot.loader.efi.efiSysMountPoint = "/boot";
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
networking.hostName = "dragon"; # Define your hostname.
|
networking.hostName = "dragon"; # Define your hostname.
|
||||||
|
|
@ -106,6 +106,7 @@
|
||||||
git-crypt
|
git-crypt
|
||||||
gitFull
|
gitFull
|
||||||
gnupg
|
gnupg
|
||||||
|
home-manager
|
||||||
mosh
|
mosh
|
||||||
pulseaudio
|
pulseaudio
|
||||||
python311
|
python311
|
||||||
|
|
@ -154,7 +155,7 @@
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# otherwise authenticate with tailscale
|
# 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