Files
nixos-flake/hosts/flippad/default.nix
T
2026-01-18 10:04:50 +01:00

16 lines
229 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix
../../modules/apps
../../modules/core
../../modules/deaktop
../../modules/hardware
../../modules/services
];
networking.hostName = "endgame";
}