mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-02 03:13:58 -05:00
stupid hetzner
This commit is contained in:
parent
e9caa4543b
commit
6c80335c8e
1 changed files with 2 additions and 4 deletions
|
|
@ -20,12 +20,10 @@
|
|||
|
||||
# Disks
|
||||
inputs.disko.nixosModules.disko
|
||||
# Change back to btrfs
|
||||
(lib.custom.relativeToRoot "hosts/common/disks/simple-efi.nix")
|
||||
(lib.custom.relativeToRoot "hosts/common/disks/btrfs-disk.nix")
|
||||
{
|
||||
_module.args = {
|
||||
# TODO: Change back to nvme0n1 after migrating back
|
||||
disk = "/dev/sda";
|
||||
disk = "/dev/nvme0n1";
|
||||
withSwap = true;
|
||||
swapSize = "8";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue