summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2025-01-02 19:32:39 +0000
committerGrigory Shipunov2025-01-02 19:32:39 +0000
commit7347183da7b5ff1bde96ac1987a3018b2704b4ef (patch)
tree2619e2985ce5e573a52dfd35f85fef482e5e6f89 /flake.nix
parentdcdb96f419690fc3e88de66910b8e239046fb032 (diff)
add minime
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 6b18a48..6efad80 100644
--- a/flake.nix
+++ b/flake.nix
@@ -79,6 +79,17 @@
./modules/basic-tools
];
};
+ minime = nixpkgs-stable.lib.nixosSystem {
+ system = "x86_64-linux";
+ specialArgs = { inherit inputs; };
+ modules = [
+ sops-nix.nixosModules.sops
+
+ ./hosts/minime
+ ./modules/basic-tools
+ ./modules/server
+ ];
+ };
};
};
}