mirror of
https://git.gay/xqtc/nixos-config
synced 2025-06-23 05:09:21 +02:00
add niri; remove asmodeus HDD mount; resolved
This commit is contained in:
parent
1b2e31db7a
commit
23e09163fa
3 changed files with 10 additions and 5 deletions
|
@ -32,6 +32,8 @@ in {
|
|||
brightnessctl
|
||||
pavucontrol
|
||||
swayfx
|
||||
niri
|
||||
xwayland-satellite
|
||||
sway-contrib.grimshot
|
||||
libnotify
|
||||
swww
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue