Compare commits

..

No commits in common. "e66357a2f2e54a760a094b3a8529a1553a766486" and "a17046c4db2f4cfb3f3b287fdeab22f00da92dcb" have entirely different histories.

View File

@ -7,7 +7,6 @@
({lib, ...}: { ({lib, ...}: {
nixpkgs.config.allowUnfreePredicate = pkg: nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [ builtins.elem (lib.getName pkg) [
"spotify"
"zoom" "zoom"
]; ];
}) })
@ -54,7 +53,6 @@
signal-desktop signal-desktop
sops sops
speedcrunch speedcrunch
spotify
spotify-tui spotify-tui
sxiv sxiv
#texlive.combined.scheme-full #texlive.combined.scheme-full
@ -221,19 +219,9 @@
proxyJump = "login1"; proxyJump = "login1";
}; };
penny = { penny = {
hostname = "192.168.88.14"; hostname = "192.168.88.41";
user = "jhinkle"; user = "jhinkle";
}; };
dlcluster = {
hostname = "dlcluster.nvidia.com";
user = "jhinkle";
proxyJump = "penny";
};
router ={
hostname = "192.168.88.1";
user = "jacob";
port = 2200;
};
}; };
}; };
tmux = import ./tmux.nix; tmux = import ./tmux.nix;
@ -300,7 +288,7 @@
verbose = true; verbose = true;
}; };
spotifyd = { spotifyd = {
enable = false; enable = true;
settings = { settings = {
global = { global = {
username_cmd = "${pkgs.coreutils}/bin/cat /run/secrets/spotify/username"; username_cmd = "${pkgs.coreutils}/bin/cat /run/secrets/spotify/username";