Home Gen488 @ 2025-04-03-02:10

This commit is contained in:
2025-04-03 02:10:25 +02:00
parent 6c9e26377c
commit 700f1002c5
4 changed files with 3 additions and 117 deletions

View File

@@ -63,7 +63,7 @@
};
modules = [
({...}: {nixpkgs.overlays = [overlay-unstable];})
./hosts/jroeger.de/configuration.nix
./hosts/harbor/configuration.nix
];
};
vm = nixpkgs.lib.nixosSystem {
@@ -93,7 +93,7 @@
# to pass through arguments to home.nix
extraSpecialArgs = {inherit inputs;};
};
homeConfigurations."jonas@jroeger.de" = home-manager.lib.homeManagerConfiguration {
homeConfigurations."jonas@harbor" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.${system};
# Specify your home configuration modules here, for example,
@@ -101,7 +101,7 @@
modules = [
({...}: {nixpkgs.overlays = [overlay-unstable];})
({...}: {nixpkgs.config.allowUnfree = true;})
(./home + "/jonas@jroeger.de.nix")
(./home + "/jonas@harbor.nix")
];
# Optionally use extraSpecialArgs