summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-03-02 00:22:49 -0500
committervin <vin@vineetk.net>2025-03-02 00:28:07 -0500
commit8e9f0c9b1128dada690f8abfc757e40bbeca600c (patch)
tree70b3fa2c8c1f47bc2a27babd20ddc2b6a76665a5 /flake.nix
parentb72feb8761088dc48b690ad704a3714f30084d81 (diff)
add saklas host, mail/webserver vps
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 1f8f37b..6fd51ff 100644
--- a/flake.nix
+++ b/flake.nix
@@ -54,6 +54,14 @@
54 } 54 }
55 ]; 55 ];
56 }; 56 };
57
58 saklas = nixpkgs.lib.nixosSystem {
59 system = "x86_64-linux";
60 specialArgs = inputs;
61 modules = [
62 ./hosts/saklas
63 ];
64 };
57 }; 65 };
58 }; 66 };
59} 67}