All of this is redundant and defined in other modules, as it should be. From here we can start building up what makes sync unique rather than copy-pasting.
5 lines
80 B
Nix
5 lines
80 B
Nix
{ config, lib, pkgs, ... }: {
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
];
|
|
}
|