17 lines
239 B
Nix
17 lines
239 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./boot
|
|
./disko
|
|
./hardware
|
|
./services
|
|
./user
|
|
];
|
|
|
|
system = {
|
|
nixos.tags = [ "pc" ];
|
|
stateVersion = "24.11";
|
|
};
|
|
|
|
deployment.targetHost = "4ec:1001:ca5a:ae79:40e2:cb4c:e3c9:f401";
|
|
}
|