Skip to content

Commit

Permalink
Swap off
Browse files Browse the repository at this point in the history
  • Loading branch information
erictossell committed Apr 4, 2024
1 parent f0ac6a7 commit a60cf24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hosts/arkhitekton/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
options = [ "subvol=nix" "compress=zstd" "noatime" ];
};

swapDevices = [ { device = "/.swapvol"; } ];
#swapDevices = [ { device = "/.swapvol"; } ];


# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
Expand Down
2 changes: 1 addition & 1 deletion modules/hyprland/waybar/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"tooltip-format-enumerate-connected": "{device_alias} {device_address}"
},
"network": {
"interface": "wlp*",
"interface": "enp*",
"format": "󰱓 {bandwidthTotalBytes}",
"format-disconnected": "{icon} No Internet",
"format-linked": "󰅛 {ifname} (No IP)",
Expand Down

0 comments on commit a60cf24

Please sign in to comment.