6 lines
No EOL
117 B
Nix
6 lines
No EOL
117 B
Nix
{ config, pkgs, hostname, ... }: {
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
./configuration.nix
|
|
];
|
|
} |