summaryrefslogtreecommitdiff
path: root/hosts/cloud/span/flake.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-07-27 03:34:16 +0700
committerpolwex <polwex@sortug.com>2025-07-27 03:34:16 +0700
commit2339fba37290774336fa517a417330e3ff788ba5 (patch)
treed4bf9d531538af6d0e4718e75ee38a350ade671f /hosts/cloud/span/flake.nix
parent7c959ef5c9c689c06aa5fe48110cdf6d780a438c (diff)
spanch
Diffstat (limited to 'hosts/cloud/span/flake.nix')
-rw-r--r--hosts/cloud/span/flake.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/hosts/cloud/span/flake.nix b/hosts/cloud/span/flake.nix
deleted file mode 100644
index b801212..0000000
--- a/hosts/cloud/span/flake.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- 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
- ];
- };
- };
-}