Skip to content

Commit

Permalink
chore(flake.nix): Remove jeff@honeypot from home-manager configurations
Browse files Browse the repository at this point in the history
- Remove the entry for jeff@honeypot from the flake.nix file
- This configuration is no longer needed so it can be safely removed
  • Loading branch information
billimek committed Jan 3, 2024
1 parent e0367bb commit 7953d40
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 91 deletions.
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@
"jeff@work-laptop" = mkHome [./home-manager/jeff_work_laptop.nix] nixpkgs.legacyPackages."aarch64-darwin";
"jeff@Jeffs-M3Pro" = mkHome [./home-manager/jeffs_laptop.nix] nixpkgs.legacyPackages."aarch64-darwin";
"jeff@Jens-Air-M2" = mkHome [./home-manager/jens_laptop.nix] nixpkgs.legacyPackages."aarch64-darwin";
# Windows
"jeff@honeypot" = mkHome [./home-manager/jeff_honeypot.nix] nixpkgs.legacyPackages."x86_64-linux";
# Other
"root@truenas" = mkHome [./home-manager/root_truenas.nix] nixpkgs.legacyPackages."x86_64-linux";
};
Expand Down
89 changes: 0 additions & 89 deletions home-manager/jeff_honeypot.nix

This file was deleted.

0 comments on commit 7953d40

Please sign in to comment.