mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-05-13 05:32:51 +02:00
13 lines
179 B
Nix
13 lines
179 B
Nix
{ ... }: {
|
|
imports = [
|
|
./configuration.nix
|
|
];
|
|
|
|
networking = {
|
|
hostName = "scrap";
|
|
};
|
|
|
|
boot.loader.systemd-boot.enable = true;
|
|
|
|
syste.stateVersion = "25.11";
|
|
}
|