Make v3ms07 a generic quickstart configuration

This commit is contained in:
2026-01-20 20:24:06 +01:00
parent 07eb4664f9
commit 7b500ee994
2 changed files with 4 additions and 2 deletions

View File

@@ -164,9 +164,9 @@
inherit inputs outputs; inherit inputs outputs;
}; };
}; };
"julian@v3ms07" = lib.homeManagerConfiguration { "julian@quickstart" = lib.homeManagerConfiguration {
modules = [ modules = [
./homes/julian/v3ms07 ./homes/julian/quickstart
./homes/julian/hm-standalone-config.nix ./homes/julian/hm-standalone-config.nix
]; ];
pkgs = pkgsFor.x86_64-linux; pkgs = pkgsFor.x86_64-linux;

View File

@@ -1,3 +1,5 @@
# Quick configuration for setting up basic things on a standalone home-manager device
# If you want to adapt it to a specific device, copy this file with the correct hostname
{ {
imports = [ imports = [
../global ../global