From 6374b962d0308f32d5095449a4e6b1e892e1c8c5 Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Thu, 3 Oct 2024 12:40:37 +0200 Subject: [PATCH] smh --- hosts/vulpecula/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/vulpecula/configuration.nix b/hosts/vulpecula/configuration.nix index b8c4803..15a2e7a 100644 --- a/hosts/vulpecula/configuration.nix +++ b/hosts/vulpecula/configuration.nix @@ -42,7 +42,9 @@ # # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion # system.stateVersion = "24.05"; # } -{ config, lib, ... }: { +{ config, lib, ... }: let + sshKeys = import ../../crypto/ssh-keys.nix; +in { imports = [ ./hardware-configuration.nix ../../common/base.nix