From fad1f2c812eba1a166bd3a28b23f8df7ddcf3218 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sun, 16 Feb 2025 21:04:52 +0100 Subject: mumbujumbo --- flake.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index edbd2c3..334e988 100644 --- a/flake.nix +++ b/flake.nix @@ -87,5 +87,16 @@ ./modules/snorlax ]; }; + + nixosConfigurations.backup = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + specialArgs = { inherit inputs; }; + + modules = [ + home-manager.nixosModules.home-manager + disko.nixosModules.disko + ./modules/backup + ]; + }; }; } -- cgit v1.2.3