From 8bb731e21c45c8a18c93fd1589d44dedd46ae44e Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sat, 13 Jul 2024 14:41:30 -0500 Subject: [PATCH] Router disko config --- flake.nix | 2 +- modules/nixos/default.nix | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index eb3ab40..0a2785f 100644 --- a/flake.nix +++ b/flake.nix @@ -329,7 +329,7 @@ router = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = with nixosModules; [ - # outputs.diskoConfigurations.unencrypted + outputs.diskoConfigurations.unencrypted common ./nixos/router.nix ]; diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix index bf0a528..6a6ef30 100644 --- a/modules/nixos/default.nix +++ b/modules/nixos/default.nix @@ -161,9 +161,10 @@ }; password-manager = {pkgs, ...}: { - programs.goldwarden = { - enable = true; - }; + # programs.goldwarden = { + # NOTE: This didn't seem to work for me, but would be awesome! + # enable = true; + # }; home-manager.users.daniel = { imports = with homeManagerModules; [ @@ -238,6 +239,7 @@ imports = with nixosModules; [ postgres podman + troubleshooting-tools ]; environment.sessionVariables.NIXOS_OZONE_WL = "1"; @@ -334,6 +336,7 @@ bottom nmap dogdns + inetutils dnsutils ]; }; @@ -342,7 +345,6 @@ imports = with nixosModules; [ plasma6 fonts - troubleshooting-tools development-tools printing ];