Skip to content

Commit

Permalink
Remove old used microvm guest config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramblurr committed Feb 24, 2025
1 parent b2bd67c commit 2a8299f
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 503 deletions.
1 change: 0 additions & 1 deletion hosts/dewey/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ in
imports = [
./hardware.nix
./disk-config.nix
./guests.nix
../../config
../../config/home-ops.nix
../../modules/site-net
Expand Down
145 changes: 0 additions & 145 deletions hosts/dewey/guests.nix

This file was deleted.

2 changes: 2 additions & 0 deletions lib/nix-clj.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ inputs: _final: prev: {

thread = initial: fnList: builtins.foldl' (result: fn: fn result) initial fnList;

dissoc = keys: attrs: builtins.removeAttrs attrs keys;

};
};

Expand Down
1 change: 0 additions & 1 deletion modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
./services/matrix-irc.nix
./services/matrix-synapse.nix
./services/matrix-synapse-postgres.nix
./services/microvm/default.nix
./services/ocis.nix
./services/onepassword-connect.nix
./services/paperless.nix
Expand Down
52 changes: 0 additions & 52 deletions modules/services/microvm/common-guest-config.nix

This file was deleted.

Loading

0 comments on commit 2a8299f

Please sign in to comment.