mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Import disko module in disko.nix files
This commit is contained in:
parent
c2ff5c18a2
commit
0847d834d0
6 changed files with 12 additions and 12 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [ inputs.disko.nixosModules.default ];
|
||||
|
||||
disko.devices = {
|
||||
disk.disk1 = {
|
||||
device = "/dev/vda";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue