update disko for HandlerOne and remove google fonts

This commit is contained in:
TheWanderingCrow 2026-01-23 09:42:43 -05:00
parent 9ba371ad10
commit ecf036181b
2 changed files with 2 additions and 3 deletions

View file

@ -23,7 +23,8 @@
(lib.custom.relativeToRoot "hosts/common/disks/btrfs-disk.nix")
{
_module.args = {
disk = "/dev/nvme0n1";
# TODO: Change back to nvme0n1 after migrating back
disk = "/dev/sda";
withSwap = true;
swapSize = "8";
};