From 2402fa8ee7a7d434780bc3b3ef38a127d706d1c2 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 20 Sep 2023 20:29:33 +0900 Subject: [PATCH] test --- nixos/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/default.nix b/nixos/default.nix index cab6fb7f..8971a778 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -1,5 +1,8 @@ { lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, platform, theme, ... }: { imports = [ + # Modules + inputs.disko.nixosModules.disko + # Services ./common/services/openssh.nix ./common/services/promtail.nix