mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-21 23:48:49 +01:00
laptop specific configs
This commit is contained in:
parent
855dce43de
commit
daafc6d6d4
3 changed files with 24 additions and 0 deletions
|
@ -18,4 +18,6 @@ in {
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
nixGLPrefix = lib.getExe pkgs.nixgl.nixGLIntel;
|
nixGLPrefix = lib.getExe pkgs.nixgl.nixGLIntel;
|
||||||
|
|
||||||
|
nix.settings.builders = "@/etc/nix/machines";
|
||||||
}
|
}
|
||||||
|
|
|
@ -74,6 +74,12 @@
|
||||||
modules = [ ./configs/fedora/home.nix ];
|
modules = [ ./configs/fedora/home.nix ];
|
||||||
extraSpecialArgs = { inherit inputs nixgl; };
|
extraSpecialArgs = { inherit inputs nixgl; };
|
||||||
};
|
};
|
||||||
|
homeConfigurations."thilo@thilo-laptop" =
|
||||||
|
home-manager.lib.homeManagerConfiguration {
|
||||||
|
inherit pkgs;
|
||||||
|
modules = [ ./configs/fedora/home.nix ];
|
||||||
|
extraSpecialArgs = { inherit inputs nixgl; };
|
||||||
|
};
|
||||||
homeConfigurations."thilo@thilo-pc-win" =
|
homeConfigurations."thilo@thilo-pc-win" =
|
||||||
home-manager.lib.homeManagerConfiguration {
|
home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
|
|
|
@ -96,3 +96,19 @@ Host thilo-pc
|
||||||
Host *.relaix.net
|
Host *.relaix.net
|
||||||
User tbillerbeck
|
User tbillerbeck
|
||||||
IdentityFile ~/.ssh/id_relaix-net
|
IdentityFile ~/.ssh/id_relaix-net
|
||||||
|
|
||||||
|
Host build1.darmstadt.ccc.de
|
||||||
|
User avocadoom
|
||||||
|
IdentityFile ~/.ssh/id_darmstadt-ccc-de
|
||||||
|
|
||||||
|
Host build2.darmstadt.ccc.de
|
||||||
|
User avocadoom
|
||||||
|
IdentityFile ~/.ssh/id_darmstadt-ccc-de
|
||||||
|
|
||||||
|
Host build3.darmstadt.ccc.de
|
||||||
|
User avocadoom
|
||||||
|
IdentityFile ~/.ssh/id_darmstadt-ccc-de
|
||||||
|
|
||||||
|
Host build4.darmstadt.ccc.de
|
||||||
|
User avocadoom
|
||||||
|
IdentityFile ~/.ssh/id_darmstadt-ccc-de
|
Loading…
Reference in a new issue