nix-config/machines/luna/configuration.nix
2025-02-27 23:06:47 +01:00

20 lines
251 B
Nix

{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
imports = [
./hardware-configuration.nix
./modules.nix
../../modules
];
horseman.username = "horseman";
networking.hostName = "luna";
system.stateVersion = "24.11";
}