16 lines
223 B
Nix
16 lines
223 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./boot
|
|
./disko
|
|
./hardware
|
|
./user
|
|
];
|
|
|
|
system = {
|
|
nixos.tags = [ "pc" ];
|
|
stateVersion = "24.11";
|
|
};
|
|
|
|
deployment.targetHost = "40e:404:a427:da33:163e:97b3:a2a3:9ed4";
|
|
}
|