From ec0253e6f6bb0e1f675e017bc1e965480f5256f5 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Fri, 5 Apr 2024 16:01:08 +0000 Subject: [PATCH] configurat --- README.md | 14 ++++++++++++-- home-manager/apps.nix | 2 ++ machines/terra/configuration.nix | 2 ++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a43a49..6e21b59 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ -### Rebuild command -sudo nixos-rebuild switch --flake .#hostname +# Setup when done cloning (i.e. things I need to put into my config) +* Logins: + * Bitwarden (Firefox & Desktop) + * Discord + * JetBrains + * Parsec + * Spotify + * Tailscale + * Whatsapp + +* Configure Display setup and refresh rate +* Rebuild: sudo nixos-rebuild switch --flake .#hostname \ No newline at end of file diff --git a/home-manager/apps.nix b/home-manager/apps.nix index 08f348d..bf91c55 100644 --- a/home-manager/apps.nix +++ b/home-manager/apps.nix @@ -29,6 +29,7 @@ # Enable programs home.packages = with pkgs; [ + bitwarden discord jetbrains.clion @@ -46,6 +47,7 @@ python3 platformio-core qbittorrent + retext spotify whatsapp-for-linux zsh diff --git a/machines/terra/configuration.nix b/machines/terra/configuration.nix index e062de3..6be16bf 100644 --- a/machines/terra/configuration.nix +++ b/machines/terra/configuration.nix @@ -72,6 +72,8 @@ services.xserver.displayManager.gdm.enable = true; boot.loader.systemd-boot.enable = true; + services.tailscale.enable = true; + environment.shells = with pkgs; [ zsh ]; services.mullvad-vpn.enable = true;