diff --git a/hosts/Parzival-Mobile/hardware-configuration.nix b/hosts/Parzival-Mobile/hardware-configuration.nix index 833edea..5be6e7d 100644 --- a/hosts/Parzival-Mobile/hardware-configuration.nix +++ b/hosts/Parzival-Mobile/hardware-configuration.nix @@ -28,6 +28,10 @@ options = ["fmask=0022" "dmask=0022"]; }; + #swapDevices = [ + # {device = "/dev/disk/by-uuid/928718de-b495-4a7c-b9d4-eb491b6c8253";} + # ]; + # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's # still possible to use this option, but it's recommended to use it in conjunction diff --git a/hosts/WCE-Overseer/thinkcenter-disks.nix b/hosts/WCE-Overseer/thinkcenter-disks.nix index 3a3f52e..b9ed95f 100644 --- a/hosts/WCE-Overseer/thinkcenter-disks.nix +++ b/hosts/WCE-Overseer/thinkcenter-disks.nix @@ -30,16 +30,16 @@ }; }; zpool = { - zroot = { - name = "Root zpool"; - mode = "mirror"; - rootFsOptions = { - compression = "zstd"; - "com.sun:auto-snapshot" = "false"; - }; - mountpoint = "/"; - postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank"; + zroot = { + name = "Root zpool"; + mode = "mirror"; + rootFsOptions = { + compression = "zstd"; + "com.sun:auto-snapshot" = "false"; }; + mountpoint = "/"; + postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank"; + }; }; }; } diff --git a/modules/users/crow/configs/firefox.nix b/modules/users/crow/configs/firefox.nix index ee93bcc..b04b3ad 100644 --- a/modules/users/crow/configs/firefox.nix +++ b/modules/users/crow/configs/firefox.nix @@ -48,9 +48,9 @@ }; # Cookie CURL Dumper "{12cf650b-1822-40aa-bff0-996df6948878}" = { - installation_mode = "force_installed"; - install_url = "https://addons.mozilla.org/firefox/downloads/latest/{12cf650b-1822-40aa-bff0-996df6948878}/latest.xpl"; - default_area = "menupanel"; + installation_mode = "force_installed"; + install_url = "https://addons.mozilla.org/firefox/downloads/latest/{12cf650b-1822-40aa-bff0-996df6948878}/latest.xpl"; + default_area = "menupanel"; }; }; };