mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 14:41:44 +00:00
sync
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user