This commit is contained in:
Sridhar Ratnakumar 2021-10-30 17:08:36 -04:00
parent 3a6672d184
commit ae371c06bf
3 changed files with 4 additions and 4 deletions

View file

@ -5,6 +5,7 @@
vscode
vlc
steam
qbittorrent
# X stuff
xorg.xdpyinfo

View file

@ -65,7 +65,7 @@
./features/server/harden.nix
./features/server/devserver.nix
./features/server/unlaptop.nix
#./features/ema/emanote.nix
./features/ema/emanote.nix
./features/lxd.nix
./features/docker.nix
];
@ -79,7 +79,7 @@
./features/desktopish/guiapps.nix
./features/desktopish/fonts.nix
./features/protonvpn.nix
./features/ema/emanote.nix
#./features/ema/emanote.nix
];
thebeast = mkComputer
./hosts/thebeast.nix

View file

@ -26,7 +26,6 @@ rec {
bottom # htop alternative
fzf
aria2
qbittorrent
# ^ easy to forget these; write SRS?
hledger
@ -126,7 +125,7 @@ rec {
enable = true;
matchBlocks = {
"thick" = {
hostname = "192.168.2.15";
hostname = "192.168.2.14";
};
};
};