Files
nixos/hosts/jude/default.nix
T

15 lines
208 B
Nix

{ ... }:
{
imports = [
./boot.nix
./hardware-configuration.nix
./podman.nix
./printing.nix
./virt.nix
];
networking.hostName = "jude";
greg.tailscale.enable = true;
greg.gnome.enable= true;
}