mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
try this
This commit is contained in:
parent
149e5c0fbd
commit
efebddf82e
1 changed files with 8 additions and 2 deletions
|
|
@ -11,8 +11,14 @@
|
|||
}: {
|
||||
imports = lib.flatten [
|
||||
# Disks
|
||||
(lib.custom.relativeToRoot "hosts/common/disks/hetzner-disks.nix")
|
||||
|
||||
inputs.disko.nixosModules.disko
|
||||
(lib.custom.relativeToRoot "hosts/common/disks/btrfs-disk.nix")
|
||||
{
|
||||
_module.args = {
|
||||
disk = "/dev/sda";
|
||||
withSwap = false;
|
||||
};
|
||||
}
|
||||
# Misc
|
||||
|
||||
(map lib.custom.relativeToRoot [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue