dotfiles/hosts/l003/configuration.nix
RingOfStorms (Joshua Bell) 3f1f13876e move secrets to its own module
2025-01-09 00:51:53 -06:00

8 lines
114 B
Nix

{
...
}:
{
networking.hostName = "l003";
boot.loader.grub.enable = true;
system.stateVersion = "24.11";
}