updating and adding blesh

This commit is contained in:
Chris Cochrun 2022-08-09 05:33:19 -05:00
parent b85757c316
commit 51a99a82d9
6 changed files with 133 additions and 62 deletions

View file

@ -83,6 +83,12 @@
}
];
};
dalinar = lib.nixosSystem {
inherit system;
modules = [
./system/dalinar/configuration.nix
];
};
};
};
}