This commit is contained in:
Tasia Iso 2024-10-03 12:40:37 +02:00
parent d2d1bf88a9
commit 6374b962d0
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw

View file

@ -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