mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-24 15:44:16 -05: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
|
|
@ -24,8 +24,6 @@ lib.mkIf (!config.hostSpec.isMinimal) {
|
|||
# Icon fonts
|
||||
font-awesome
|
||||
material-design-icons
|
||||
|
||||
google-fonts
|
||||
];
|
||||
|
||||
fontconfig = {
|
||||
|
|
|
|||
|
|
@ -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