sombrero: Add config-manager

This commit is contained in:
Alexander Heldt
2023-10-21 23:08:12 +02:00
parent 97bc1cfc01
commit 730cff8160

View File

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