mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
generate nixos config from definition, split into format & config
This commit is contained in:
parent
bff1223462
commit
6232ab3078
2 changed files with 47 additions and 17 deletions
|
|
@ -2,4 +2,7 @@
|
|||
|
||||
with import ../lib;
|
||||
|
||||
disko "/dev/sda" (import ./config.nix)
|
||||
{
|
||||
format = format "/dev/sda" (import ./config.nix);
|
||||
config = config "/dev/sda" (import ./config.nix);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue