NixOS-Configs/hosts/fred/default.nix
2024-03-03 22:13:09 -06:00

10 lines
139 B
Nix

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