Skip to content

Commit

Permalink
fix(nuc): Try to fix disko import
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 25, 2023
1 parent 3fa9bb9 commit 0c3d882
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions hosts/nuc/disko.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{inputs}: {
imports = [inputs.disko.nixosModules.disko];
{inputs, ...}: {
# inputs is made accessible by passing it as a specialArg to nixosSystem{}
imports = [
inputs.disko.nixosModules.disko
];
disko.devices = {
disk = {
x = {
Expand Down

0 comments on commit 0c3d882

Please sign in to comment.