NixOS-Configs/hosts/fred/default.nix
2024-04-03 16:03:23 -05:00

11 lines
155 B
Nix

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