Files
nixos/hosts/jude/default.nix
T

13 lines
160 B
Nix
Raw Normal View History

2022-04-27 11:23:11 -05:00
{ ... }:
{
imports = [
./boot.nix
./hardware-configuration.nix
2022-05-02 08:53:46 -05:00
./podman.nix
2022-05-04 13:52:38 -05:00
./virt.nix
2022-04-27 11:23:11 -05:00
];
networking.hostName = "jude";
2022-04-29 10:58:31 -05:00
greg.gnome.enable= true;
2022-04-27 11:23:11 -05:00
}