more host cleanup

This commit is contained in:
John Bowdre 2024-05-03 13:49:42 -05:00
parent 2c5b6e1e26
commit ea9864cfa3
1 changed files with 0 additions and 5 deletions

View File

@ -58,11 +58,6 @@
# Standalone home-manager configuration entrypoint
# Available through 'home-manager --flake .#your-username@your-hostname'
homeConfigurations = {
"john@deb01" = lib.homeManagerConfiguration {
modules = [ ./home/deb01.nix ];
pkgs = pkgsFor.x86_64-linux;
extraSpecialArgs = { inherit inputs outputs; };
};
"john@penguin-duet" = lib.homeManagerConfiguration {
modules = [ ./home/penguin-duet.nix ];
pkgs = pkgsFor.aarch64-linux;