nixos-config/sites/chrysanthemum/configuration.nix

5 lines
78 B
Nix

{ pkgs, lib, config, ... }:
{
imports = [ ./hardware-configuration.nix ];
}