Compare commits

..

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

View File

@ -7,7 +7,6 @@
({lib, ...}: {
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"spotify"
"zoom"
];
})
@ -54,7 +53,6 @@
signal-desktop
sops
speedcrunch
spotify
spotify-tui
sxiv
#texlive.combined.scheme-full
@ -221,19 +219,9 @@
proxyJump = "login1";
};
penny = {
hostname = "192.168.88.14";
hostname = "192.168.88.41";
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;
@ -300,7 +288,7 @@
verbose = true;
};
spotifyd = {
enable = false;
enable = true;
settings = {
global = {
username_cmd = "${pkgs.coreutils}/bin/cat /run/secrets/spotify/username";