summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-02-16 21:04:52 +0100
committerJasper Ras <jras@hostnet.nl>2025-02-16 21:04:52 +0100
commitfad1f2c812eba1a166bd3a28b23f8df7ddcf3218 (patch)
treec3ab084849839acd1e8c118b658fc77a96120787 /flake.nix
parentb01725eb25f21d55d58862ae38733b0ada99b673 (diff)
mumbujumbo
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix11
1 files changed, 11 insertions, 0 deletions
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
+ ];
+ };
};
}