Files
nixos/hosts/jude/default.nix
T
2022-06-10 01:09:38 -05:00

15 lines
212 B
Nix

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