diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-02-16 21:04:52 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-02-16 21:04:52 +0100 |
commit | fad1f2c812eba1a166bd3a28b23f8df7ddcf3218 (patch) | |
tree | c3ab084849839acd1e8c118b658fc77a96120787 /flake.nix | |
parent | b01725eb25f21d55d58862ae38733b0ada99b673 (diff) |
mumbujumbo
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 + ]; + }; }; } |