17 lines
240 B
Nix
17 lines
240 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./boot
|
|
./filesystems
|
|
./hardware
|
|
./root
|
|
./user
|
|
];
|
|
|
|
system = {
|
|
nixos.tags = [ "pc" ];
|
|
stateVersion = "25.05";
|
|
};
|
|
|
|
deployment.targetHost = "409:b2b1:966c:b13:6d67:2d6b:45e2:f048";
|
|
}
|