nixConfig/nixos/machines/bragi/configuration.nix

13 lines
216 B
Nix
Raw Normal View History

2023-12-18 16:55:00 +00:00
{
imports = [
./hardware-configuration.nix
../../roles
../../roles/hardware.nix
./network.nix
];
# System configuration here
networking.hostName = "bragi";
system.stateVersion = "23.11";
}