mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-12-22 20:13:04 +01:00
Compare commits
No commits in common. "aee792f4ce2df567e7e65a4da7dada2a43446ba3" and "1c5cf3ae2de4db3773b4a106e00e5c6f18c13b67" have entirely different histories.
aee792f4ce
...
1c5cf3ae2d
3 changed files with 0 additions and 24 deletions
|
@ -18,6 +18,4 @@ 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,12 +74,6 @@
|
||||||
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,19 +96,3 @@ 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