nixos/nixos/laptop.nix
2026-04-19 18:18:11 +02:00

13 lines
179 B
Nix

{ ... }: {
imports = [
./configuration.nix
];
networking = {
hostName = "scrap";
};
boot.loader.systemd-boot.enable = true;
syste.stateVersion = "25.11";
}