NixOS-Configs/hosts/fred/default.nix
2024-01-28 19:57:37 -06:00

9 lines
107 B
Nix

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