fix disko
This commit is contained in:
parent
7dfddb9fee
commit
77b362b48e
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, inputs, lib, pkgs, ... }:
|
||||
let
|
||||
cfg = config.osbmModules.hardware.disko;
|
||||
inherit (config.networking) hostName;
|
||||
|
|
@ -14,6 +14,10 @@ let
|
|||
else defaultAuthorizedKeys;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
inputs.disko.nixosModules.default
|
||||
];
|
||||
|
||||
config = lib.mkMerge [
|
||||
# Systemd-boot setup
|
||||
(lib.mkIf (cfg.enable && cfg.systemd-boot) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue