diff options
| author | vin <vin@vineetk.net> | 2025-03-02 00:22:49 -0500 |
|---|---|---|
| committer | vin <vin@vineetk.net> | 2025-03-02 00:28:07 -0500 |
| commit | 8e9f0c9b1128dada690f8abfc757e40bbeca600c (patch) | |
| tree | 70b3fa2c8c1f47bc2a27babd20ddc2b6a76665a5 /flake.nix | |
| parent | b72feb8761088dc48b690ad704a3714f30084d81 (diff) | |
add saklas host, mail/webserver vps
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -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 | } |
