Update btop and tailscale

This commit is contained in:
iFargle 2023-09-16 08:41:09 +09:00
parent 3acdfae935
commit 42395e3f67
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ ... }: { { ... }: {
home.file.".config/btop/btop.conf".text = '' home.file.".config/btop/btop.conf".text = ''
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
color_theme = "gruvbox_dark_v2" #* color_theme = "gruvbox_dark_v2"
theme_background = True theme_background = True
truecolor = True truecolor = True
force_tty = False force_tty = False

View file

@ -34,7 +34,8 @@
# END hardware config # END hardware config
##################################################################################### #####################################################################################
# Generic Tailscale configs are in /nixos/common/services/tailscale.nix # Set up the secrets file for the token: # Generic Tailscale configs are in /nixos/common/services/tailscale.nix
# Set up the secrets file:
sops.secrets.nixos-rpi4-01_tailscale_key = { sops.secrets.nixos-rpi4-01_tailscale_key = {
owner = "root"; owner = "root";
sopsFile = ../../../secrets/tailscale.yaml; sopsFile = ../../../secrets/tailscale.yaml;