Updates waybar for nixbox

This commit is contained in:
willemml 2024-02-13 01:23:47 -08:00
parent 5045bbecf5
commit a2a0cb595e
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
2 changed files with 2 additions and 2 deletions

View file

@ -9,6 +9,8 @@
if osConfig.networking.hostName == "voyager"
then "wlan0"
else if osConfig.networking.hostName == "nixbox"
then "enp0s31f6"
else if osConfig.networking.hostName == "glassbox"
then "enp6s0"
else if osConfig.networking.hostName == "thinkpad"
then "wlan0"

View file

@ -39,8 +39,6 @@
fsType = "vfat";
};
boot.zfs.extraPools = ["zpool"];
swapDevices = [];
environment.systemPackages = [pkgs.zfs];