This commit is contained in:
2025-07-02 15:48:57 +00:00
parent 6d490d8864
commit 69115bba71
8 changed files with 85 additions and 125 deletions

View File

@@ -65,7 +65,7 @@
# Enable networking
networking.networkmanager.enable = true;
networking.search = ["node.dc1.consul" "service.dc1.consul"];
networking.nameservers = ["192.168.1.1" "1.1.1.1"];
networking.nameservers = ["192.168.4.1" "192.168.4.250" "1.1.1.1"];
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
@@ -90,9 +90,11 @@
pkgs.bitwarden-cli
# pkgs.unstable.nano
# pkgs.python3Packages.pydub
pkgs.python3Packages.numpy
pkgs.python3Packages.aubio
pkgs.python3Packages.pydub
(pkgs.python3.withPackages (ps: with ps; [
numpy
aubio
pydub
]))
];
nix.gc = {