summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-06-01 15:29:02 +0200
committerSilas Schöffel <sils@sils.li>2024-06-01 15:36:22 +0200
commit46df7d6ff39ca2cfce5f6bd9039bb2f30ab07b51 (patch)
treea488a0ebd4b11e6bb5cd5f5454cbab9f2d14ae0d /flake.nix
parentfeat(system/services/nginx)!: Change meaning of `root` key (diff)
downloadnixos-server-46df7d6ff39ca2cfce5f6bd9039bb2f30ab07b51.tar.gz
nixos-server-46df7d6ff39ca2cfce5f6bd9039bb2f30ab07b51.zip
build(flake): update simple-nixos-mailserver to master
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index e695736..cf2efc1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -52,7 +52,7 @@
       inputs = {};
     };
     simple-nixos-mailserver = {
-      url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-23.05";
+      url = "gitlab:simple-nixos-mailserver/nixos-mailserver/master";
       inputs = {
         nixpkgs.follows = "nixpkgs";
         flake-compat.follows = "flake-compat";