mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Updates waybar for nixbox
This commit is contained in:
parent
5045bbecf5
commit
a2a0cb595e
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -39,8 +39,6 @@
|
|||
fsType = "vfat";
|
||||
};
|
||||
|
||||
boot.zfs.extraPools = ["zpool"];
|
||||
|
||||
swapDevices = [];
|
||||
|
||||
environment.systemPackages = [pkgs.zfs];
|
||||
|
|
Loading…
Add table
Reference in a new issue