We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
flake.nix
1 parent bd70c1a commit 8a43c79Copy full SHA for 8a43c79
1 file changed
flake.nix
@@ -42,12 +42,14 @@
42
./nixos-modules/nomad.nix
43
./nixos-modules/users.nix
44
./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
50
+ (import
+ ./nixos-modules/storage/seaweedfs/ssh-deploy.nix {
+ inherit microvm nixpkgs;
+ }
+ ./nixos-modules/storage/ceph/ssh-deploy.nix {
51
52
+ )
53
{
54
nixpkgs.overlays = [
55
nix-cache-cut.overlays.default
0 commit comments