saturnOS-template/configuration.nix

9 lines
324 B
Nix

# this file will import the saturnOS system as well as the hardware-configuration.nix
# the existing hardware-configuration.nix is kept so that it can be rebuilt later
# rebuilding is useful if new hardware is added to the system, or if a driver is added
{...}:
{
imports = [ ./hardware-configuration.nix ./saturnOS ];
}