summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2023-01-24 20:40:41 +0100
committerGrigory Shipunov2023-01-24 20:40:41 +0100
commitb5d95071571de62aa62783c65e8cf7ecc487d162 (patch)
tree3806269067604dc4e74c63a00cacd8d630a7bb51 /flake.nix
parent3b53f3b8a9d78203bf506d6d49975f61f33a052d (diff)
music: init
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix17
1 files changed, 10 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix
index 35b2212..6061f7e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -106,13 +106,6 @@
./hosts/dishwasher
./modules/basic-tools
./modules/binary-caches.nix
-
- {
- microvm.vms.nextcloud = {
- flake = self;
- updateFlake = "github:oxapentane/nix-config/master";
- };
- }
];
};
@@ -125,6 +118,16 @@
./microvms/nextcloud
];
};
+
+ music = nixpkgs.lib.nixosSystem {
+ system = "x86_64-linux";
+ specialArgs = { inherit inputs; };
+ modules = [
+ sops-nix.nixosModules.sops
+ microvm.nixosModules.microvm
+ ./microvms/music
+ ];
+ };
};
};
}