@cryptotaxi247 / infra / commits / d46a1b26

Remove redundant system.configurationRevision

Eelco Dolstra committed Feb 20, 2020 at 11:20 UTC d46a1b26152e51799041d2d3848cefe4e3225c49
1 file changed -2
delft/network.nix
-2
@@ -55,7 +55,6 @@ in {
55 eris = import ./eris.nix;
56
57 ceres = {
58 - system.configurationRevision = flakes.self.rev;
58 imports =
59 [ ./ceres.nix
60 flakes.hydra.nixosModules.hydra
@@ -63,7 +62,6 @@ in {
62 };
63
64 haumea = {
66 - system.configurationRevision = flakes.self.rev;
65 imports = [ ./haumea.nix ];
66 };
67