mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-23 14:31:32 -04:00
update disko for HandlerOne and remove google fonts
This commit is contained in:
parent
9ba371ad10
commit
ecf036181b
2 changed files with 2 additions and 3 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue