diff --git a/hosts/sombrero/configuration.nix b/hosts/sombrero/configuration.nix index c104975..18c017c 100644 --- a/hosts/sombrero/configuration.nix +++ b/hosts/sombrero/configuration.nix @@ -12,7 +12,8 @@ environment.variables.EDITOR = "vim"; imports = - [ # Include the results of the hardware scan. + [ + ../../config-manager/default.nix ./hardware-configuration.nix ]; @@ -369,6 +370,8 @@ restic ]; + config-manager.flakePath = "/home/alex/config"; + # Copy the NixOS configuration file and link it from the resulting system # (/run/current-system/configuration.nix). This is useful in case you # accidentally delete configuration.nix.