mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
lib: add mount
This commit is contained in:
parent
e8f7aa94c2
commit
9cbf541974
2 changed files with 45 additions and 0 deletions
|
|
@ -5,4 +5,5 @@ with import ../lib;
|
|||
{
|
||||
config = config "/dev/sda" (import ./config.nix);
|
||||
create = create "/dev/sda" (import ./config.nix);
|
||||
mount = mount "/dev/sda" (import ./config.nix);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue