mailserver

This commit is contained in:
zuckerberg 2021-05-22 11:07:36 -04:00
parent f69c86da78
commit 8e08467eb2
2 changed files with 43 additions and 81 deletions

122
flake.lock generated
View File

@ -1,37 +1,5 @@
{ {
"nodes": { "nodes": {
"flake-utils": {
"locked": {
"lastModified": 1610051610,
"narHash": "sha256-U9rPz/usA1/Aohhk7Cmc2gBrEEKRzcW4nwPWMPwja4Y=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "3982c9903e93927c2164caa727cd3f6a0e6d14cc",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"myuids": {
"locked": {
"dir": "flakes/myuids",
"lastModified": 1611091761,
"narHash": "sha256-fE3FBeUxVaMezKjEpepdQW9apOza+0AfBALFhaaD0VA=",
"ref": "master",
"rev": "23f9fdf03a6673dbe334ae33be4f498cc4753191",
"revCount": 802,
"type": "git",
"url": "https://git.immae.eu/perso/Immae/Config/Nix.git"
},
"original": {
"dir": "flakes/myuids",
"type": "git",
"url": "https://git.immae.eu/perso/Immae/Config/Nix.git"
}
},
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1620340338, "lastModified": 1620340338,
@ -50,64 +18,58 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1611097871, "lastModified": 1607522989,
"narHash": "sha256-Q6bUkno5JNt0OoyXThFDrKArFBp/GryvJhwEgVzGSuk=", "narHash": "sha256-o/jWhOSAlaK7y2M57OIriRt6whuVVocS/T0mG7fd1TI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "31f5dd3f3655fbedac19f64f77844aa5ed79501c", "rev": "e9158eca70ae59e73fae23be5d13d3fa0cfc78b4",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "id": "nixpkgs",
"repo": "nixpkgs", "ref": "nixos-unstable",
"type": "github" "type": "indirect"
}
},
"peertube": {
"inputs": {
"flake-utils": "flake-utils",
"myuids": "myuids",
"nixpkgs": "nixpkgs_2",
"peertube": "peertube_2"
},
"locked": {
"dir": "flakes/peertube",
"lastModified": 1611273483,
"narHash": "sha256-VKDczZDM9A2dGoSAEN6rUDxvLKYUuoDMefQc7fabvXo=",
"ref": "master",
"rev": "ded643e14096a7cb166c78dd961cf68fb4ddb0cf",
"revCount": 805,
"type": "git",
"url": "https://git.immae.eu/perso/Immae/Config/Nix.git?dir=flakes%2fpeertube"
},
"original": {
"dir": "flakes/peertube",
"rev": "ded643e14096a7cb166c78dd961cf68fb4ddb0cf",
"type": "git",
"url": "https://git.immae.eu/perso/Immae/Config/Nix.git?dir=flakes%2fpeertube"
}
},
"peertube_2": {
"flake": false,
"locked": {
"lastModified": 1610436329,
"narHash": "sha256-bIXt5bQiBBlNDFXYzcdQA8qp4nse5epUx/XQOguDOX8=",
"owner": "Chocobozzz",
"repo": "PeerTube",
"rev": "69e0e678beb7f1a3b6753eeff585a14f9a61ea86",
"type": "github"
},
"original": {
"owner": "Chocobozzz",
"ref": "v3.0.1",
"repo": "PeerTube",
"type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"peertube": "peertube" "simple-nixos-mailserver": "simple-nixos-mailserver"
}
},
"simple-nixos-mailserver": {
"inputs": {
"nixpkgs": "nixpkgs_2",
"utils": "utils"
},
"locked": {
"lastModified": 1619850087,
"narHash": "sha256-UVVge/7R/4afO+hp+T6MOiZJjMH8LS3VNXEWiRIRPcA=",
"owner": "simple-nixos-mailserver",
"repo": "nixos-mailserver",
"rev": "8b287056215cac91438a671054e7eb2c932ab21a",
"type": "gitlab"
},
"original": {
"owner": "simple-nixos-mailserver",
"ref": "master",
"repo": "nixos-mailserver",
"type": "gitlab"
}
},
"utils": {
"locked": {
"lastModified": 1605370193,
"narHash": "sha256-YyMTf3URDL/otKdKgtoMChu4vfVL3vCMkRqpGifhUn0=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5021eac20303a61fafe17224c087f5519baed54d",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
} }
} }
}, },

View File

@ -4,7 +4,7 @@
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/master"; simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/master";
}; };
outputs = { self, nixpkgs, peertube }: { outputs = { self, nixpkgs, simple-nixos-mailserver }: {
nixosConfigurations = { nixosConfigurations = {
"reg" = nixpkgs.lib.nixosSystem { "reg" = nixpkgs.lib.nixosSystem {