dotfiles/full/os.nix

11 lines
178 B
Nix
Raw Normal View History

{ ... }:
{
imports = [
../os
./options.nix
];
# Create a different disk image depending on the architecture
networking.hostName = "${builtins.currentSystem}";
}