From e64f7a78e01e5fa661471cb518cc71fc33223b5a Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 21 Jul 2024 01:49:04 +0700 Subject: m --- hosts/cloud/span/flake.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 hosts/cloud/span/flake.nix (limited to 'hosts/cloud/span/flake.nix') diff --git a/hosts/cloud/span/flake.nix b/hosts/cloud/span/flake.nix new file mode 100644 index 0000000..b801212 --- /dev/null +++ b/hosts/cloud/span/flake.nix @@ -0,0 +1,16 @@ +{ + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + + outputs = { nixpkgs, ... }: + { + nixosConfigurations.spanmail = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + ./configuration.nix + ./users.nix + ./packages.nix + ./mail.nix + ]; + }; + }; +} -- cgit v1.2.3