Make v3ms07 a generic quickstart configuration
This commit is contained in:
@@ -164,9 +164,9 @@
|
||||
inherit inputs outputs;
|
||||
};
|
||||
};
|
||||
"julian@v3ms07" = lib.homeManagerConfiguration {
|
||||
"julian@quickstart" = lib.homeManagerConfiguration {
|
||||
modules = [
|
||||
./homes/julian/v3ms07
|
||||
./homes/julian/quickstart
|
||||
./homes/julian/hm-standalone-config.nix
|
||||
];
|
||||
pkgs = pkgsFor.x86_64-linux;
|
||||
|
||||
@@ -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 = [
|
||||
../global
|
||||
Reference in New Issue
Block a user