Update btop and tailscale
This commit is contained in:
parent
3acdfae935
commit
42395e3f67
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ ... }: {
|
||||
home.file.".config/btop/btop.conf".text = ''
|
||||
#* 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
|
||||
truecolor = True
|
||||
force_tty = False
|
||||
|
|
|
@ -34,7 +34,8 @@
|
|||
# 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 = {
|
||||
owner = "root";
|
||||
sopsFile = ../../../secrets/tailscale.yaml;
|
||||
|
|
Loading…
Reference in a new issue