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 = ''
|
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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue