diff --git a/home/modules/home-pkgs.nix b/home/modules/home-pkgs.nix index ea38960..06dbe07 100644 --- a/home/modules/home-pkgs.nix +++ b/home/modules/home-pkgs.nix @@ -32,6 +32,8 @@ in { brightnessctl pavucontrol swayfx + niri + xwayland-satellite sway-contrib.grimshot libnotify swww diff --git a/hosts/x86_64-linux/asmodeus/default.nix b/hosts/x86_64-linux/asmodeus/default.nix index 4a547e4..e738ed8 100644 --- a/hosts/x86_64-linux/asmodeus/default.nix +++ b/hosts/x86_64-linux/asmodeus/default.nix @@ -247,7 +247,10 @@ package = pkgs.mariadb; }; - services.resolved.enable = true; + services.resolved = { + enable = false; + fallbackDns = [ "9.9.9.9" "2620:fe::fe" ]; + }; services.mullvad-vpn = { enable = true; diff --git a/hosts/x86_64-linux/asmodeus/hardware-configuration.nix b/hosts/x86_64-linux/asmodeus/hardware-configuration.nix index 0b283e4..fabd904 100644 --- a/hosts/x86_64-linux/asmodeus/hardware-configuration.nix +++ b/hosts/x86_64-linux/asmodeus/hardware-configuration.nix @@ -20,10 +20,10 @@ fsType = "vfat"; }; - fileSystems."/mnt/HDD1" = { - device = "/dev/disk/by-uuid/bc68de4c-ad5c-4016-ac11-65de448949fe"; - fsType = "ext4"; - }; + #fileSystems."/mnt/HDD1" = { + # device = "/dev/disk/by-uuid/bc68de4c-ad5c-4016-ac11-65de448949fe"; + # fsType = "ext4"; + #}; # fileSystems."/mnt/SSD1" = { # device = "/dev/disk/by-uuid/a3f94664-325b-4f07-bb41-5d2c88d9ac83"; # fsType = "btrfs";