Skip to content

Commit 8a43c79

Browse files
committed
Cleaned up flake.nix a bit.
1 parent bd70c1a commit 8a43c79

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

flake.nix

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,14 @@
4242
./nixos-modules/nomad.nix
4343
./nixos-modules/users.nix
4444
./nixos-modules/ssh-deployOptions.nix
45-
(import ./nixos-modules/seaweedf/ssh-deploy.nix {
46-
inherit microvm nixpkgs;
47-
})
48-
(import ./nixos-modules/ceph/ssh-deploy.nix {
49-
inherit microvm nixpkgs;
50-
})
45+
(import
46+
./nixos-modules/storage/seaweedfs/ssh-deploy.nix {
47+
inherit microvm nixpkgs;
48+
}
49+
./nixos-modules/storage/ceph/ssh-deploy.nix {
50+
inherit microvm nixpkgs;
51+
}
52+
)
5153
{
5254
nixpkgs.overlays = [
5355
nix-cache-cut.overlays.default

0 commit comments

Comments
 (0)