From b5d95071571de62aa62783c65e8cf7ecc487d162 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 24 Jan 2023 20:40:41 +0100 Subject: music: init --- flake.nix | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'flake.nix') 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 + ]; + }; }; }; } -- cgit v1.3.1