mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-12-22 20:13:04 +01:00
Compare commits
4 commits
1c5cf3ae2d
...
aee792f4ce
Author | SHA1 | Date | |
---|---|---|---|
aee792f4ce | |||
daafc6d6d4 | |||
855dce43de | |||
2598006159 |
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