blob: 9f104b89cea105f3bbec97537b8da16e1a8ec175 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{...}: {
imports = [
./hardware-configuration.nix
../../home/rices/cassette-futurism/system.nix
];
networking.hostName = "herra";
# Dual-boot with Windows 11
boot.loader.grub.useOSProber = true;
}
|